Skip to content

Commit

Permalink
[Components] Tests/Autoloading fixes
Browse files Browse the repository at this point in the history
* Switched to Composer to manage "dev" dependencies
* Fixed READMEs
* Excluded vendor in phpunit.xml.dist files
* Fixed message in bootstrap.php files
* Added autoloader for the component itself
  • Loading branch information
willdurand committed May 1, 2012
1 parent 656f8b6 commit 18164b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,4 +10,4 @@ Resources

You can run the unit tests with the following command:

phpunit -c src/Symfony/Component/Serializer/
phpunit
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Expand Up @@ -21,7 +21,7 @@
<whitelist>
<directory>./</directory>
<exclude>
<directory>./Resources</directory>
<directory>./vendor</directory>
<directory>./Tests</directory>
</exclude>
</whitelist>
Expand Down

0 comments on commit 18164b9

Please sign in to comment.