Hacking away to get coverage up

Finished up all the low hanging fruit (working the classes I already started
that were just shy of 100% coverage). Just shy of 80% coverage at this point.
This commit is contained in:
Joshua Sherman 2014-01-12 18:20:30 -05:00
parent 38d5b503c8
commit 62133dc1ca
4 changed files with 150 additions and 41 deletions

View file

@ -11,7 +11,8 @@ $root = org\bovigo\vfs\vfsStream::setup('site');
if (!defined('SITE_PATH'))
{
define('SECURITY_LEVEL_USER', 10);
define('SECURITY_LEVEL_USER', 10);
define('SECURITY_LEVEL_ADMIN', 20);
define('SITE_PATH', org\bovigo\vfs\vfsStream::url('site/'));
}