mirror of
https://github.com/dg/dibi.git
synced 2025-08-16 11:04:43 +02:00
added .travis.yml & other files
This commit is contained in:
14
tests/dibi/bootstrap.php
Normal file
14
tests/dibi/bootstrap.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Test initialization and helpers.
|
||||
*
|
||||
* @author David Grudl
|
||||
*/
|
||||
|
||||
require __DIR__ . '/../../vendor/nette/tester/Tester/bootstrap.php';
|
||||
require __DIR__ . '/../../dibi/dibi.php';
|
||||
$config = require __DIR__ . '/config.php';
|
||||
|
||||
date_default_timezone_set('Europe/Prague');
|
||||
class_alias('Tester\Assert', 'Assert');
|
Reference in New Issue
Block a user