Browse Source

Windows path fix.

Mark Story 8 years ago
parent
commit
00e04b8708
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Core/FunctionsTest.php

+ 1 - 1
tests/TestCase/Core/FunctionsTest.php

@@ -59,7 +59,7 @@ class FunctionsTest extends TestCase
      * Test error messages coming out when debug is on, not setting the stack frame manually
      *
      * @expectedException PHPUnit\Framework\Error\Deprecated
-     * @expectedExceptionMessageRegExp /This is going away - (.*?)\/TestCase.php, line\: \d+/
+     * @expectedExceptionMessageRegExp /This is going away - (.*?)[\/\\]TestCase.php, line\: \d+/
      */
     public function testDeprecationWarningEnabledDefaultFrame()
     {