Skip to content

Commit c5111c6

Browse files
committed
Buildddddd
1 parent 5304c19 commit c5111c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/lexer/LexerCheck.test.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
chdir(__DIR__ . '/../../../src');
3+
chdir(__DIR__ . '/../../');
44

55
/**
66
* @author Khoa Bui (khoaofgod) <[email protected]> http://www.phpfastcache.com
@@ -32,7 +32,7 @@ function read_dir($dir, $ext = null)
3232
return $list;
3333
}
3434

35-
$list = read_dir('.', 'php');
35+
$list = read_dir('./src', 'php');
3636

3737
$exit = 0;
3838
foreach ($list as $file) {

0 commit comments

Comments
 (0)