Signed-off-by: Diederik de Groot <ddegroot@talon.nl>
This commit is contained in:
Diederik de Groot
2020-04-05 10:12:46 +02:00
parent 729dccb7f8
commit 4559c3fa16

View File

@@ -43,7 +43,7 @@ final class ResolverTest extends TestCase
public function testCanResolveFiles(): void
{
global $base_path;
$base_path = realpath(__DIR__ . DIRECTORY_SEPARATOR . "..");
$config = $this->getConfig();
$resolve = new Resolve($config);