From b268226bb94b178bd25a92e9d33ab9076287a6af 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 1/2] 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 From 621336dbc7ca367386a108efb3431083d0f0a9cf Mon Sep 17 00:00:00 2001 From: WouterJ Date: Sat, 19 Dec 2015 17:31:23 +0100 Subject: [PATCH 2/2] Rewrite message --- best_practices/tests.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/best_practices/tests.rst b/best_practices/tests.rst index 2ab5f1eee34..0fc3602bf41 100644 --- a/best_practices/tests.rst +++ b/best_practices/tests.rst @@ -113,8 +113,8 @@ pure JavaScript-based testing tools. Learn More about Functional Tests --------------------------------- -Consider using `Faker`_, `Alice`_ or `HautelookAliceBundle`_ libraries to generate real-looking data -for your test fixtures. +Consider using the `HautelookAliceBundle`_ to generate real-looking data for +your test fixtures using `Faker`_ and `Alice`_. .. _`Faker`: https://github.com/fzaninotto/Faker .. _`Alice`: https://github.com/nelmio/alice