More test, reformat code to PSR-0

This commit is contained in:
Ivan Shalganov
2014-02-27 16:30:44 +04:00
parent e00d6c7e50
commit c210303b72
18 changed files with 229 additions and 276 deletions

View File

@ -2,7 +2,7 @@
$loader = include(__DIR__ . "/../vendor/autoload.php");
/* @var Composer\Autoload\ClassLoader $loader */
$loader->add('Fenom', __DIR__.'/cases');
$loader->add('Fenom', __DIR__ . '/cases');
define('FENOM_RESOURCES', __DIR__ . "/resources");