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 73f5d8b commit e5c2844Copy full SHA for e5c2844
phpunit.xml
@@ -12,15 +12,15 @@
12
<testsuites>
13
<testsuite name="Versionable Suite">
14
<directory>tests/</directory>
15
- <exclude>
16
- <file>src/Mpociot/ApiDoc/ApiDocGeneratorServiceProvider.php</file>
17
- <file>src/resources/views/documentarian.blade.php</file>
18
- </exclude>
19
</testsuite>
20
</testsuites>
21
<filter>
22
<whitelist>
23
<directory suffix=".php">src/Mpociot/</directory>
+ <exclude>
+ <file>src/Mpociot/ApiDoc/ApiDocGeneratorServiceProvider.php</file>
+ <file>src/resources/views/documentarian.blade.php</file>
+ </exclude>
24
</whitelist>
25
</filter>
26
</phpunit>
0 commit comments