Fixed tests with inc Config and Registry classes. Use LOGGING in logger tests.

This commit is contained in:
Alexander Demidov
2012-06-28 16:18:28 +04:00
parent cfd6536c5f
commit 7a26da1034
10 changed files with 32 additions and 14 deletions

View File

@ -10,6 +10,8 @@
* Unit tests for Layout class
*/
require_once dirname(__FILE__) . '/../../Registry.php';
require_once dirname(__FILE__) . '/../../Config.php';
require_once dirname(__FILE__) . '/../../exception/ErrorHandler.php';
require_once dirname(__FILE__) . '/../../app/FrontController.php';
require_once dirname(__FILE__) . '/../../layout/Layout.php';