Skip to content

Commit cb8404e

Browse files
committed
still testing ci
1 parent a85ee75 commit cb8404e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/phpunit.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ and open the template in the editor.
3838
<filter>
3939
<whitelist processUncoveredFilesFromWhitelist="true">
4040
<directory suffix=".php">./</directory>
41-
<!--<file>XSession.php</file>
41+
<!--<file>XSession.php</file>-->
4242
<exclude>
43-
<directory suffix=".php">/path/to/files</directory>
44-
<file>/path/to/file</file>
45-
</exclude>-->
43+
<directory suffix=".php">./</directory>
44+
<file>XSessiontest.php</file>
45+
<file>smartloader.php</file>
46+
</exclude>
4647
</whitelist>
4748
</filter>
4849

0 commit comments

Comments
 (0)