diff options
author | William DURAND <william.durand1@gmail.com> | 2012-04-27 15:21:31 +0200 |
---|---|---|
committer | William DURAND <william.durand1@gmail.com> | 2012-05-01 17:51:41 +0200 |
commit | ffef59ac47cfb80696c545b01eeb92b12c043420 (patch) | |
tree | 89b5a43639e8f564487759f1e807acdd0abad458 /phpunit.xml.dist | |
parent | 477dfe3591444527bd840c1ba325085883c62841 (diff) | |
download | symfony-security-ffef59ac47cfb80696c545b01eeb92b12c043420.zip symfony-security-ffef59ac47cfb80696c545b01eeb92b12c043420.tar.gz symfony-security-ffef59ac47cfb80696c545b01eeb92b12c043420.tar.bz2 |
[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
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r-- | phpunit.xml.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 7c9b67d..0560cf5 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -21,7 +21,7 @@ <whitelist> <directory>./</directory> <exclude> - <directory>./Resources</directory> + <directory>./vendor</directory> <directory>./Tests</directory> </exclude> </whitelist> |