summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Berchet <victor@suumit.com>2012-03-30 13:49:28 +0200
committerVictor Berchet <victor@suumit.com>2012-03-30 13:49:28 +0200
commitdee4dde046bded23fb72a295ec833493b32d3950 (patch)
tree6fbf90e50436e492328ff3908b2de818e01f9460
parent21456eff7d574878255b8944594096bb56055e21 (diff)
downloadsymfony-security-dee4dde046bded23fb72a295ec833493b32d3950.zip
symfony-security-dee4dde046bded23fb72a295ec833493b32d3950.tar.gz
symfony-security-dee4dde046bded23fb72a295ec833493b32d3950.tar.bz2
[PhpUnit] Fix the path to the boostrap files in the components
-rw-r--r--phpunit.xml.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 126ba6f..7c9b67d 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -9,7 +9,7 @@
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
- bootstrap="tests/bootstrap.php"
+ bootstrap="Tests/bootstrap.php"
>
<testsuites>
<testsuite name="Symfony Security Component Test Suite">