Skip to content

Commit

Permalink
Remove deprecated 'strict' PHPUnit option
Browse files Browse the repository at this point in the history
  • Loading branch information
chadicus committed Aug 13, 2015
1 parent 17ce907 commit 9981ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<phpunit colors="true" forceCoversAnnotation="true" strict="true">
<phpunit colors="true" forceCoversAnnotation="true">
<testsuite name="Unit Tests">
<directory>./tests</directory>
</testsuite>
Expand Down

0 comments on commit 9981ace

Please sign in to comment.