diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-05-15 18:57:05 +0200 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-05-15 18:57:05 +0200 |
commit | 7756af5df0a53930019e9fd7b828504f0c2c5427 (patch) | |
tree | 9e21ffb6c4b14ebb193105f10c8e2ad47d63176b /tests/Bootstrap.php | |
parent | d40a545e9e7e4dc222d58fe46fe23f3691f043ee (diff) |
Input class code-coverage
Diffstat (limited to 'tests/Bootstrap.php')
-rw-r--r-- | tests/Bootstrap.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 2bec364ef..9f89d1be8 100644 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -12,9 +12,6 @@ define('BASEPATH', PROJECT_BASE.'system/'); define('APPPATH', PROJECT_BASE.'application/'); define('VIEWPATH', PROJECT_BASE.''); -// Set cookie for security test -$_COOKIE['ci_csrf_cookie'] = md5(uniqid(rand(), TRUE)); - // Prep our test environment require_once 'vfsStream/vfsStream.php'; include_once $dir.'/mocks/core/common.php'; |