We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348e57b commit c361629Copy full SHA for c361629
phpunit.xml.dist
@@ -8,6 +8,8 @@
8
<testsuites>
9
<testsuite name="chillerlan test suite">
10
<directory>tests</directory>
11
+ <!-- excluding this for now as it would require circular dependencies -->
12
+ <exclude>tests/ChillerlanFactoryTest.php</exclude>
13
</testsuite>
14
</testsuites>
15
<source>
0 commit comments