Skip to content

Commit

Permalink
made usage of Composer autoloader for subtree-split unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Nov 9, 2012
1 parent fb16385 commit 7907e71
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 20 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
vendor/
composer.lock
phpunit.xml

4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -45,7 +45,9 @@ Tests

You can run the unit tests with the following command:

phpunit
$ cd path/to/Symfony/Component/Console/
$ composer.phar install --dev
$ phpunit

Third Party
-----------
Expand Down
18 changes: 0 additions & 18 deletions Tests/bootstrap.php

This file was deleted.

2 changes: 1 addition & 1 deletion phpunit.xml.dist
Expand Up @@ -9,7 +9,7 @@
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="Tests/bootstrap.php"
bootstrap="vendor/autoload.php"
>
<testsuites>
<testsuite name="Symfony Console Component Test Suite">
Expand Down

0 comments on commit 7907e71

Please sign in to comment.