Skip to content

Commit

Permalink
refs #5940 added link to pull request for making wildcards work on ex…
Browse files Browse the repository at this point in the history
…clude
  • Loading branch information
tsteur committed Oct 9, 2014
1 parent c891896 commit d73cc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PHPUnit/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<directory>./System</directory>
<directory>../../plugins/*/tests</directory><!-- There should be actually a tests/System but this way we make sure to execute all tests even if some are not moved to correct subdirectory. We will execute Unit and Integration tests twice :( ... -->
<directory>../../plugins/*/Test</directory>
<exclude>../../plugins/*/tests/Integration</exclude><!-- * in exclude is currently not supported by PHPUnit, so it won't work yet -->
<exclude>../../plugins/*/tests/Integration</exclude><!-- * in exclude is currently not supported by PHPUnit, so it won't work yet. See https://github.com/sebastianbergmann/php-file-iterator/pull/23 -->
<exclude>../../plugins/*/Test/Integration</exclude>
<exclude>../../plugins/*/tests/Unit</exclude>
<exclude>../../plugins/*/Test/Unit</exclude>
Expand Down

0 comments on commit d73cc85

Please sign in to comment.