summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2012-05-27 17:31:09 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2012-05-27 17:31:09 +0200
commit11fd4b8759438f216318e3e1e004f918b88a56ad (patch)
treed0d95dde61491c257d4a0f3c7218fbc866375893 /system
parent650f2a2bc15dd575f50446dcc1315c131652ca49 (diff)
parentb2e10b7de0d8979ce19fed5859e696904e2923dd (diff)
Merge pull request #1402 from toopay/test-suite
Continuation of Unit-Testing
Diffstat (limited to 'system')
-rwxr-xr-xsystem/core/Security.php1
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()
{