1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-16 19:14:17 +02:00

fixed test support files

This commit is contained in:
David Grudl
2014-03-24 19:16:07 +01:00
parent 1a4fca41a7
commit 771bdbe124
6 changed files with 17 additions and 9 deletions

View File

@@ -6,6 +6,7 @@
* @author David Grudl
*/
use Tester\Assert;
require __DIR__ . '/bootstrap.php';

View File

@@ -7,6 +7,7 @@
* @phpversion 5.5
*/
use Tester\Assert;
require __DIR__ . '/bootstrap.php';

View File

@@ -11,4 +11,3 @@ require __DIR__ . '/../../dibi/dibi.php';
$config = require __DIR__ . '/config.php';
date_default_timezone_set('Europe/Prague');
class_alias('Tester\Assert', 'Assert');