Sfoglia il codice sorgente

DependencyInjection should not be ignored by PHPUnit

Sullivan SENECHAL 10 anni fa
parent
commit
ee2b7124e8
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      phpunit.xml.dist

+ 0 - 1
phpunit.xml.dist

@@ -24,7 +24,6 @@
                 <directory>./Tests/</directory>
                 <directory>./DataFixtures/</directory>
                 <directory>./Resources/</directory>
-                <directory>./DependencyInjection/</directory>
                 <directory>./vendor/</directory>
                 <directory>./coverage/</directory>
             </exclude>