Skip to content

Commit

Permalink
remove deprecated phpunit strict setting
Browse files Browse the repository at this point in the history
  • Loading branch information
sokolnikov911 committed Mar 9, 2018
1 parent f8f76bb commit b8799e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ build:
tests:
override:
-
command: 'phpunit --coverage-clover=tests/cover'
coverage:
file: 'tests/cover'
format: php-clover
command: 'phpunit'
php54:
environment:
php:
Expand Down
1 change: 0 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
bootstrap="tests/Bootstrap.php"
processIsolation="false"
verbose="true"
strict="false"
colors="true">
<testsuites>
<testsuite name="PHPUnit">
Expand Down

0 comments on commit b8799e2

Please sign in to comment.