fenom/tests/autoload.php

14 lines
298 B
PHP
Raw Permalink Normal View History

2013-01-25 18:36:16 +04:00
<?php
2014-05-06 10:32:49 +04:00
require(__DIR__ . "/../src/Fenom.php");
2023-02-05 23:59:04 +03:00
//Fenom::registerAutoload();
2013-01-25 18:36:16 +04:00
2013-07-29 14:58:14 +04:00
define('FENOM_RESOURCES', __DIR__ . "/resources");
2013-01-25 18:36:16 +04:00
2013-07-29 14:58:14 +04:00
require_once FENOM_RESOURCES . "/actions.php";
require_once __DIR__ . "/TestCase.php";
require_once __DIR__ . "/tools.php";
2013-02-15 01:49:26 +04:00
2017-04-22 16:25:04 +03:00
ini_set('date.timezone', 'Europe/Moscow');