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 b35a2a4 commit 1b0498a
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 @@ -42,4 +42,6 @@ Resources

You can run the unit tests with the following command:

phpunit
$ cd path/to/Symfony/Component/XXX/
$ composer.phar install --dev
$ phpunit
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 Process Component Test Suite">
Expand Down

0 comments on commit 1b0498a

Please sign in to comment.