Skip to content

Commit 312989e

Browse files
authored
clean up dirname() (#4307)
1 parent bd5da62 commit 312989e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
* @contact [email protected]
1010
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
1111
*/
12-
require_once dirname(dirname(__FILE__)) . '/vendor/autoload.php';
12+
require_once dirname(__DIR__) . '/vendor/autoload.php';

0 commit comments

Comments
 (0)