Skip to content

Commit 55b0c7a

Browse files
committed
Removz files and dirs from phpunit exclude
1 parent e8ad411 commit 55b0c7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

phpunit.xml

-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
<whitelist processUncoveredFilesFromWhitelist="true">
2222
<directory suffix=".php">./src</directory>
2323
<exclude>
24-
<file>./src/Illuminate/Foundation/start.php</file>
2524
<file>./src/Illuminate/Foundation/Console/Optimize/config.php</file>
26-
<directory>./src/Illuminate/Pagination/views</directory>
2725
</exclude>
2826
</whitelist>
2927
</filter>

0 commit comments

Comments
 (0)