Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
patch for scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Feb 14, 2017
1 parent 6d95fee commit 2786ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build:
tests:
override:
-
command: 'phpunit --coverage-clover=some-file'
command: '/vendor/phpunit/phpunit/phpunit --coverage-clover=some-file'
coverage:
file: 'some-file'
format: 'clover'
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<phpunit bootstrap="tests/bootstrap.php">

<testsuites>
<testsuite name="Orm">
<testsuite name="orm">
<directory suffix=".php">tests/Test/Orm</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit 2786ddd

Please sign in to comment.