diff --git a/.phpunit.result.cache b/.phpunit.result.cache index 1610065..fc64007 100644 --- a/.phpunit.result.cache +++ b/.phpunit.result.cache @@ -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}} \ No newline at end of file +{"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}} \ No newline at end of file diff --git a/phpunit.xml b/phpunit.xml index 9f0c358..7d7a9fa 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -8,7 +8,8 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="false"> + stopOnFailure="false" + testdox="true"> ./tests