summaryrefslogtreecommitdiffstats
path: root/tests/mocks/core/security.php
diff options
context:
space:
mode:
authorTaufan Aditya <toopay@taufanaditya.com>2012-05-15 18:57:05 +0200
committerTaufan Aditya <toopay@taufanaditya.com>2012-05-15 18:57:05 +0200
commit7756af5df0a53930019e9fd7b828504f0c2c5427 (patch)
tree9e21ffb6c4b14ebb193105f10c8e2ad47d63176b /tests/mocks/core/security.php
parentd40a545e9e7e4dc222d58fe46fe23f3691f043ee (diff)
Input class code-coverage
Diffstat (limited to 'tests/mocks/core/security.php')
-rw-r--r--tests/mocks/core/security.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mocks/core/security.php b/tests/mocks/core/security.php
index c5269fbc5..d7ea0e6bd 100644
--- a/tests/mocks/core/security.php
+++ b/tests/mocks/core/security.php
@@ -6,7 +6,7 @@ class Mock_Core_Security extends CI_Security {
{
// We cannot set cookie in CLI mode, so for csrf test, who rely on $_COOKIE,
// we superseded set_cookie with directly set the cookie variable,
- // @see : ./Bootstrap.php, line 16
+ // @see : ./tests/codeigniter/core/Security_test.php, line 8
return $this;
}