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 a85ee75 commit cb8404eCopy full SHA for cb8404e
test/phpunit.xml
@@ -38,11 +38,12 @@ and open the template in the editor.
38
<filter>
39
<whitelist processUncoveredFilesFromWhitelist="true">
40
<directory suffix=".php">./</directory>
41
- <!--<file>XSession.php</file>
+ <!--<file>XSession.php</file>-->
42
<exclude>
43
- <directory suffix=".php">/path/to/files</directory>
44
- <file>/path/to/file</file>
45
- </exclude>-->
+ <directory suffix=".php">./</directory>
+ <file>XSessiontest.php</file>
+ <file>smartloader.php</file>
46
+ </exclude>
47
</whitelist>
48
</filter>
49
0 commit comments