Fix file path of MD_STD
This commit is contained in:
parent
1fe795d219
commit
d7e3a88320
|
@ -7,7 +7,7 @@
|
|||
declare(strict_types = 1);
|
||||
use PHPUnit\Framework\TestCase;
|
||||
require_once __DIR__ . "/../src/NodaTimeSplitter.php";
|
||||
require_once __DIR__ . "/../../MD_STD/MD_STD.php";
|
||||
require_once __DIR__ . "/../../MD_STD/src/MD_STD.php";
|
||||
|
||||
/**
|
||||
* Tests for home page.
|
||||
|
|
Loading…
Reference in New Issue
Block a user