diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-05-27 17:31:09 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-05-27 17:31:09 +0200 |
commit | 11fd4b8759438f216318e3e1e004f918b88a56ad (patch) | |
tree | d0d95dde61491c257d4a0f3c7218fbc866375893 /system/core/Security.php | |
parent | 650f2a2bc15dd575f50446dcc1315c131652ca49 (diff) | |
parent | b2e10b7de0d8979ce19fed5859e696904e2923dd (diff) |
Merge pull request #1402 from toopay/test-suite
Continuation of Unit-Testing
Diffstat (limited to 'system/core/Security.php')
-rwxr-xr-x | system/core/Security.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/core/Security.php b/system/core/Security.php index f953011eb..9b7ba5799 100755 --- a/system/core/Security.php +++ b/system/core/Security.php @@ -191,6 +191,7 @@ class CI_Security { * Set Cross Site Request Forgery Protection Cookie * * @return object + * @codeCoverageIgnore */ public function csrf_set_cookie() { |