Commit cd8ee1a8 authored by Matthieu Mota's avatar Matthieu Mota Committed by Fabien Potencier

Bootstrap composer autoload in PHPUnit

Avoid to require autoload in test class.
parent 305b84cd
......@@ -182,7 +182,8 @@ look like this:
.. code-block:: xml
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
<phpunit bootstrap="./vendor/autoload.php"
backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment