This commit is contained in:
Ivan Shalganov
2013-01-25 18:36:16 +04:00
commit 164ab85594
21 changed files with 4299 additions and 0 deletions

9
tests/autoload.php Normal file
View File

@ -0,0 +1,9 @@
<?php
require_once __DIR__."/../vendor/autoload.php";
define('ASPECT_RESOURCES', __DIR__."/resources");
require_once ASPECT_RESOURCES."/actions.php";