mirror of
https://github.com/getgrav/grav.git
synced 2026-02-15 02:58:06 +01:00
Pass $grav to all tests through the Fixtures utility
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user