Skip to content

Commit bd726c9

Browse files
committed
phpunit path fix
1 parent 97a1344 commit bd726c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
require_once(__DIR__ . "/../global/library.php");
3+
require_once(__DIR__ . "/../src/global/library.php");

0 commit comments

Comments
 (0)