Skip to content

Commit

Permalink
phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
ritterg committed Sep 2, 2021
1 parent 38ccfd8 commit 00caa75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .phpunit.result.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":1,"defects":{"Ritterg\\SruAo\\Tests\\SruQueryTest::testReturnsCorrectParams":3},"times":{"Ritterg\\SruAo\\Tests\\SruQueryTest::testWillThrowExceptionWhenFirstParamterIsNotArray":0.003,"Ritterg\\SruAo\\Tests\\SruQueryTest::testReturnsAnArray":0,"Ritterg\\SruAo\\Tests\\SruQueryTest::testReturnsCorrectParams":0.001,"Ritterg\\SruAo\\Tests\\SruQueryTest::testAcceptsCustomParams":0,"Ritterg\\SruAo\\Tests\\SruQueryTest::testFiltersIncorrectParams":0,"Ritterg\\SruAo\\Tests\\SruResponseTest::testComposeSruWithNoRecords":0.001,"Ritterg\\SruAo\\Tests\\SruResponseTest::testComposeSruWithEmptyRecord":0,"Ritterg\\SruAo\\Tests\\SruResponseTest::testComposeSruWithOneRecord":0,"Ritterg\\SruAo\\Tests\\SruResponseTest::testComposeSruWithOneRecordAndNonStandardFieldlabels":0,"Ritterg\\SruAo\\Tests\\SruResponseTest::testComposeSruWithTotalCount":0,"Ritterg\\SruAo\\Tests\\SruResponseTest::testWillThrowExceptionWhenFirstParamterIsNotArray":0,"Ritterg\\SruAo\\Tests\\SruResponseTest::testWillThrowExceptionWhenSecondParamterIsNotInt":0,"Ritterg\\SruAo\\Tests\\SruResponseTest::testWillThrowExceptionWhenThirdParamterIsNotValid":0}}
{"version":1,"defects":{"Ritterg\\SruAo\\Tests\\SruQueryTest::testReturnsCorrectParams":3},"times":{"Ritterg\\SruAo\\Tests\\SruQueryTest::testWillThrowExceptionWhenFirstParamterIsNotArray":0.002,"Ritterg\\SruAo\\Tests\\SruQueryTest::testReturnsAnArray":0,"Ritterg\\SruAo\\Tests\\SruQueryTest::testReturnsCorrectParams":0,"Ritterg\\SruAo\\Tests\\SruQueryTest::testAcceptsCustomParams":0,"Ritterg\\SruAo\\Tests\\SruQueryTest::testFiltersIncorrectParams":0,"Ritterg\\SruAo\\Tests\\SruResponseTest::testComposeSruWithNoRecords":0.001,"Ritterg\\SruAo\\Tests\\SruResponseTest::testComposeSruWithEmptyRecord":0,"Ritterg\\SruAo\\Tests\\SruResponseTest::testComposeSruWithOneRecord":0,"Ritterg\\SruAo\\Tests\\SruResponseTest::testComposeSruWithOneRecordAndNonStandardFieldlabels":0,"Ritterg\\SruAo\\Tests\\SruResponseTest::testComposeSruWithTotalCount":0,"Ritterg\\SruAo\\Tests\\SruResponseTest::testWillThrowExceptionWhenFirstParamterIsNotArray":0,"Ritterg\\SruAo\\Tests\\SruResponseTest::testWillThrowExceptionWhenSecondParamterIsNotInt":0,"Ritterg\\SruAo\\Tests\\SruResponseTest::testWillThrowExceptionWhenThirdParamterIsNotValid":0}}
3 changes: 2 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
stopOnFailure="false"
testdox="true">
<testsuites>
<testsuite name="SurAo Test Suite">
<directory suffix=".php">./tests</directory>
Expand Down

0 comments on commit 00caa75

Please sign in to comment.