diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2012-11-09 10:18:50 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2012-11-09 14:10:06 +0100 |
commit | 706855841105f0befced9a7ae8b47b9d48a86f4e (patch) | |
tree | 0d539543710f802993814904fb15530e60f143ee /phpunit.xml.dist | |
parent | 0580b98ad3b9e323540b6b757f4dac2ba6ce5f5d (diff) | |
download | symfony-security-706855841105f0befced9a7ae8b47b9d48a86f4e.zip symfony-security-706855841105f0befced9a7ae8b47b9d48a86f4e.tar.gz symfony-security-706855841105f0befced9a7ae8b47b9d48a86f4e.tar.bz2 |
made usage of Composer autoloader for subtree-split unit tests
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r-- | phpunit.xml.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 0560cf5..f45a44e 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -9,7 +9,7 @@ processIsolation="false" stopOnFailure="false" syntaxCheck="false" - bootstrap="Tests/bootstrap.php" + bootstrap="vendor/autoload.php" > <testsuites> <testsuite name="Symfony Security Component Test Suite"> |