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 cb8404e commit fbc7c46Copy full SHA for fbc7c46
test/phpunit.xml
@@ -38,10 +38,10 @@ 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
44
- <file>XSessiontest.php</file>
+ <file>XSessionTest.php</file>
45
<file>smartloader.php</file>
46
</exclude>
47
</whitelist>
0 commit comments