From 621336dbc7ca367386a108efb3431083d0f0a9cf Mon Sep 17 00:00:00 2001 From: WouterJ Date: Sat, 19 Dec 2015 17:31:23 +0100 Subject: [PATCH] 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