From a970a98d1a24cb19c5e6cc6f8a24acfb19a3e36d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Fri, 9 Oct 2015 23:19:11 +0100 Subject: [PATCH] Add HautelookAliceBundle mention --- best_practices/tests.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/best_practices/tests.rst b/best_practices/tests.rst index 758c7b567ce..2ab5f1eee34 100644 --- a/best_practices/tests.rst +++ b/best_practices/tests.rst @@ -113,7 +113,7 @@ pure JavaScript-based testing tools. Learn More about Functional Tests --------------------------------- -Consider using `Faker`_ and `Alice`_ libraries to generate real-looking data +Consider using `Faker`_, `Alice`_ or `HautelookAliceBundle`_ libraries to generate real-looking data for your test fixtures. .. _`Faker`: https://github.com/fzaninotto/Faker @@ -122,3 +122,4 @@ for your test fixtures. .. _`PhpSpec`: http://www.phpspec.net/ .. _`Mink`: http://mink.behat.org .. _`smoke testing`: https://en.wikipedia.org/wiki/Smoke_testing_(software) +.. _`HautelookAliceBundle`: https://github.com/hautelook/AliceBundle