diff --git a/tests/_bootstrap.php b/tests/_bootstrap.php index ce4ca11fb..7d6d980c7 100644 --- a/tests/_bootstrap.php +++ b/tests/_bootstrap.php @@ -4,6 +4,7 @@ namespace Grav; +use Codeception\Util\Fixtures; // Ensure vendor libraries exist $autoload = __DIR__ . '/../vendor/autoload.php'; @@ -36,3 +37,4 @@ $grav = Grav::instance( 'loader' => $loader ) ); +Fixtures::add('grav', $grav); \ No newline at end of file