Skip to content

Commit a2157d3

Browse files
committed
MORE DEBUG
1 parent fc41ae1 commit a2157d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Core/Tokenizers/Tokenizer/ReplaceTabsInTokenTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static function copyCaseFile()
4646
if (is_string($baseFileName) === false) {
4747
throw new Exception('Base test case file "ReplaceTabsInTokenTest.inc" not found');
4848
}
49-
49+
var_dump(['from' => $baseFileName, 'to' => self::$caseFileName]);
5050
if (copy($baseFileName, self::$caseFileName) === false) {
5151
throw new Exception(sprintf('Failed to copy test case file "ReplaceTabsInTokenTest.inc" to %s', self::$caseFileName));
5252
}

0 commit comments

Comments
 (0)