diff options
Diffstat (limited to '_test/cases/inc/parser/lexer.group.php')
-rw-r--r-- | _test/cases/inc/parser/lexer.group.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/cases/inc/parser/lexer.group.php b/_test/cases/inc/parser/lexer.group.php index 99ec993be..6e9ef0742 100644 --- a/_test/cases/inc/parser/lexer.group.php +++ b/_test/cases/inc/parser/lexer.group.php @@ -13,7 +13,7 @@ class LexerGroupTest extends GroupTest { function LexerGroupTest() { $this->GroupTest('LexerGroupTest'); - $this->addTestFile('lexer.test.php'); + $this->addTestFile(dirname(__FILE__).'/lexer.test.php'); } } |