1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-11 16:44:30 +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

@@ -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');