Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion useful_resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ For example a list of the most known:
- https://github.com/beberlei/assert
- https://github.com/zenstruck/assert

.. caution::
.. admonition:: Caution with PHPUnit
:class: caution

If you are familiar with PHPUnit, you can use its assertion library

.. code-block:: bash

$ php composer.phar require --dev phpunit/phpunit
Expand Down