Skip to content

Commit

Permalink
minor #6051 Mention HautelookAliceBundle in best practices (theofidry…
Browse files Browse the repository at this point in the history
…, WouterJ)

This PR was merged into the 2.3 branch.

Discussion
----------

Mention HautelookAliceBundle in best practices

Finishes #5773

| Q | A
| --- | ---
| Doc fix? | no
| New docs? | yes
| Applies to | all
| Fixed tickets | -

Reasons why I choosed HautelookAliceBundle over h4ccAliceFixturesBundle:
 * It seems more active
 * It supports Symfony 3
 * It supports more database providers

Commits
-------

621336d Rewrite message
b268226 Add HautelookAliceBundle mention
  • Loading branch information
wouterj committed Feb 6, 2016
2 parents 6c07b60 + 621336d commit cd49813
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions best_practices/tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,13 @@ pure JavaScript-based testing tools.
Learn More about Functional Tests
---------------------------------

Consider using `Faker`_ and `Alice`_ 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
.. _`PhpUnit`: https://phpunit.de/
.. _`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

0 comments on commit cd49813

Please sign in to comment.