diff --git a/.gitignore b/.gitignore index 02326c0cb90..cb1cc49dcf0 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ composer.phar phpunit.phar # local phpunit config /phpunit.xml +.phpunit.result.cache # ignore dev installed apps and extensions /apps diff --git a/.phpunit.result.cache b/.phpunit.result.cache deleted file mode 100644 index 4b983402569..00000000000 --- a/.phpunit.result.cache +++ /dev/null @@ -1 +0,0 @@ -{"version":1,"defects":{"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncode with data set #0":3,"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncode with data set #2":3,"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncode with data set #3":3,"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncodeWithUnicodeSequence":3},"times":{"yiiunit\\framework\\web\\ErrorHandlerTest::testCorrectResponseCodeInErrorView":0.005,"yiiunit\\framework\\web\\ErrorHandlerTest::testFormatRaw":0,"yiiunit\\framework\\web\\ErrorHandlerTest::testFormatXml":0.001,"yiiunit\\framework\\web\\ErrorHandlerTest::testClearAssetFilesInErrorView":0.001,"yiiunit\\framework\\web\\ErrorHandlerTest::testClearAssetFilesInErrorActionView":0.002,"yiiunit\\framework\\web\\ErrorHandlerTest::testRenderCallStackItem":0,"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncode with data set #0":0,"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncode with data set #1":0,"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncode with data set #2":0,"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncode with data set #3":0,"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncode with data set #4":0,"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncode with data set #5":0,"yiiunit\\framework\\web\\ErrorHandlerTest::testHtmlEncodeWithUnicodeSequence":0}} \ No newline at end of file