Browse Source

Update deprecation ignore paths for TimeTypeTest

Corey Taylor 4 years ago
parent
commit
ce1a3ca58b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/TestCase/Database/Type/TimeTypeTest.php

+ 1 - 0
tests/TestCase/Database/Type/TimeTypeTest.php

@@ -50,6 +50,7 @@ class TimeTypeTest extends TestCase
         Configure::write('Error.ignoredDeprecationPaths', [
             'src/Database/Type/DateTimeType.php',
             'src/I18n/Time.php',
+            'tests/TestCase/Database/Type/TimeTypeTest.php',
         ]);
     }