Commit 25abd1a8 authored by Fabien Potencier's avatar Fabien Potencier

merged branch stof/patch-1 (PR #310)

Commits
-------

53424780 Updated a missed path to the composer autoloading file

Discussion
----------

Updated a missed path to the composer autoloading file

I forgot the phpunit config when updating the path in my previous PR
parents b85b956b 53424780
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
processIsolation="false" processIsolation="false"
stopOnFailure="false" stopOnFailure="false"
syntaxCheck="false" syntaxCheck="false"
bootstrap="vendor/.composer/autoload.php" bootstrap="vendor/autoload.php"
> >
<testsuites> <testsuites>
<testsuite name="Silex Test Suite"> <testsuite name="Silex 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