There was an error while loading. Please reload this page.
1 parent ef5f0ab commit f384ec6Copy full SHA for f384ec6
.gitignore
@@ -0,0 +1,4 @@
1
+vendor/
2
+composer.lock
3
+phpunit.xml
4
+
README.md
@@ -40,4 +40,6 @@ Resources
40
41
You can run the unit tests with the following command:
42
43
- phpunit
+ $ cd path/to/Symfony/Component/Filesystem/
44
+ $ composer.phar install --dev
45
+ $ phpunit
Tests/bootstrap.php
phpunit.xml.dist
@@ -9,7 +9,7 @@
9
processIsolation="false"
10
stopOnFailure="false"
11
syntaxCheck="false"
12
- bootstrap="Tests/bootstrap.php"
+ bootstrap="vendor/autoload.php"
13
>
14
<testsuites>
15
<testsuite name="Symfony Filesystem Component Test Suite">
0 commit comments