We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc41ae1 commit a2157d3Copy full SHA for a2157d3
tests/Core/Tokenizers/Tokenizer/ReplaceTabsInTokenTestCase.php
@@ -46,7 +46,7 @@ public static function copyCaseFile()
46
if (is_string($baseFileName) === false) {
47
throw new Exception('Base test case file "ReplaceTabsInTokenTest.inc" not found');
48
}
49
-
+var_dump(['from' => $baseFileName, 'to' => self::$caseFileName]);
50
if (copy($baseFileName, self::$caseFileName) === false) {
51
throw new Exception(sprintf('Failed to copy test case file "ReplaceTabsInTokenTest.inc" to %s', self::$caseFileName));
52
0 commit comments