Skip to content

Commit

Permalink
update phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
bepsvpt committed Feb 15, 2023
1 parent c48d668 commit d08427a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,10 @@
executionOrder="random"
processIsolation="true"
stderr="true"
verbose="true"
>
<testsuites>
<testsuite name="Secure Headers Test">
<directory>./tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit d08427a

Please sign in to comment.