Commit ac35d9d1 authored by Marcin Mongiało's avatar Marcin Mongiało Committed by Fabien Potencier

Update testing.rst

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
parent a102df4d
...@@ -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