Commit af39ead0 authored by Fabien Potencier's avatar Fabien Potencier

minor #1410 Update testing.rst - preventing Fatal Error: Class...

minor #1410 Update testing.rst - preventing Fatal Error: Class 'Silex\WebTestCase' not found (Czarnodziej)

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

Discussion
----------

Update testing.rst - preventing Fatal Error: Class 'Silex\WebTestCase' not found

Taken from:
https://github.com/silexphp/Silex-Skeleton/blob/master/phpunit.xml.dist

Not adding bootstrap segment to phpunit.xml.dist causes Fatal Error: Class 'Silex\WebTestCase' not found

Commits
-------

ac35d9d1 Update testing.rst
parents a102df4d ac35d9d1
...@@ -192,6 +192,7 @@ look like this: ...@@ -192,6 +192,7 @@ look like this:
processIsolation="false" processIsolation="false"
stopOnFailure="false" stopOnFailure="false"
syntaxCheck="false" syntaxCheck="false"
bootstrap="vendor/autoload.php"
> >
<testsuites> <testsuites>
<testsuite name="YourApp Test Suite"> <testsuite name="YourApp Test Suite">
......
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