|
|
@@ -0,0 +1,22 @@
|
|
|
+parameters:
|
|
|
+ ignoreErrors:
|
|
|
+ -
|
|
|
+ message: "#^Call to static method now\\(\\) on an unknown class Cake\\\\Chronos\\\\Date\\.$#"
|
|
|
+ count: 8
|
|
|
+ path: TestCase/Database/Expression/CaseStatementExpressionTest.php
|
|
|
+
|
|
|
+ -
|
|
|
+ message: "#^Cannot call abstract static method Cake\\\\Chronos\\\\ChronosInterface\\:\\:now\\(\\)\\.$#"
|
|
|
+ count: 5
|
|
|
+ path: TestCase/Database/Expression/CaseStatementExpressionTest.php
|
|
|
+
|
|
|
+ -
|
|
|
+ message: "#^Static method Cake\\\\Chronos\\\\ChronosInterface\\:\\:now\\(\\) invoked with 0 parameters, 1 required\\.$#"
|
|
|
+ count: 5
|
|
|
+ path: TestCase/Database/Expression/CaseStatementExpressionTest.php
|
|
|
+
|
|
|
+ -
|
|
|
+ message: "#^Instantiated class Cake\\\\Chronos\\\\Date not found\\.$#"
|
|
|
+ count: 15
|
|
|
+ path: TestCase/Database/Type/DateTypeTest.php
|
|
|
+
|