Fix file path of MD_STD

This commit is contained in:
Joshua Ramon Enslin 2021-03-09 20:15:22 +01:00
parent 1fe795d219
commit d7e3a88320
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -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.