From 7108c2c4402fb9f0bf753c9dfaedfc9aef49b384 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Fri, 26 Sep 2014 07:34:11 -0400 Subject: [PATCH] Dropped security groups --- tests/bootstrap.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 5b3625d..2499300 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -11,8 +11,6 @@ $root = org\bovigo\vfs\vfsStream::setup('site'); if (!defined('SITE_PATH')) { - define('SECURITY_LEVEL_USER', 10); - define('SECURITY_LEVEL_ADMIN', 20); define('SITE_PATH', org\bovigo\vfs\vfsStream::url('site/')); }