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 6453d50 commit 80f75f1Copy full SHA for 80f75f1
.gitignore
@@ -1 +1,2 @@
1
-phpunit.phar
+phpunit.phar
2
+coverage/*
phpunit.xml.dist
@@ -7,4 +7,9 @@
7
<testsuite name="OWASP CSRF Protector php">
8
<directory>./test/csrfprotector_test.php</directory>
9
</testsuite>
10
+ <filter>
11
+ <whitelist processUncoveredFilesFromWhitelist="true">
12
+ <file>libs/csrf/csrfprotector.php</file>
13
+ </whitelist>
14
+ </filter>
15
</phpunit>
0 commit comments