mirror of
https://github.com/getgrav/grav.git
synced 2026-09-02 06:06:08 +02:00
PHPUnit testing introduced
This commit is contained in:
6
system/tests/bootstrap.php
Normal file
6
system/tests/bootstrap.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
error_reporting(E_ALL);
|
||||
date_default_timezone_set(@date_default_timezone_get());
|
||||
require_once __DIR__.'/../../vendor/autoload.php';
|
||||
require_once __DIR__.'/Grav/TestCase.php';
|
||||
Reference in New Issue
Block a user