Skip to content

Commit 18164b9

Browse files
committed
[Components] Tests/Autoloading fixes
* 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
1 parent 656f8b6 commit 18164b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Resources
1010

1111
You can run the unit tests with the following command:
1212

13-
phpunit -c src/Symfony/Component/Serializer/
13+
phpunit

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<whitelist>
2222
<directory>./</directory>
2323
<exclude>
24-
<directory>./Resources</directory>
24+
<directory>./vendor</directory>
2525
<directory>./Tests</directory>
2626
</exclude>
2727
</whitelist>

0 commit comments

Comments
 (0)