Commit 844b9241 authored by Fabien Potencier's avatar Fabien Potencier

minor #1397 Bootstrap composer autoload in PHPUnit (MatthieuMota)

This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1397).

Discussion
----------

Bootstrap composer autoload in PHPUnit

Avoid to require autoload in test class.

Commits
-------

cd8ee1a8 Bootstrap composer autoload in PHPUnit
parents 305b84cd cd8ee1a8
......@@ -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