summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/libraries/Session_test.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-02-11 20:46:22 +0100
committerAndrey Andreev <narf@devilix.net>2014-02-11 20:46:22 +0100
commitf6ead61e8930574b0e7e8cfad6b4878bb169d61a (patch)
tree7f29b4606a573aa4b8d532c9246c3788ec75f55b /tests/codeigniter/libraries/Session_test.php
parent053d5d6e8dff0f1af9c33330960a1085628b3930 (diff)
parent2c2722e6b18c3b2ba49d27bedff33e43cf92bf93 (diff)
Merge pull request #2873 from darwinel/develop
Some other small writing consistency fixes
Diffstat (limited to 'tests/codeigniter/libraries/Session_test.php')
-rw-r--r--tests/codeigniter/libraries/Session_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codeigniter/libraries/Session_test.php b/tests/codeigniter/libraries/Session_test.php
index 97e9444ee..6f1332384 100644
--- a/tests/codeigniter/libraries/Session_test.php
+++ b/tests/codeigniter/libraries/Session_test.php
@@ -91,7 +91,7 @@ class Session_test extends CI_TestCase {
$cmsg1 = 'Some test data';
$cmsg2 = 42;
$nmsg1 = 'Other test data';
- $nmsg2 = true;
+ $nmsg2 = TRUE;
$this->session->cookie->set_userdata($key1, $cmsg1);
$this->session->set_userdata($ckey2, $cmsg2);
$this->session->native->set_userdata($key1, $nmsg1);