Skip to content

Commit d1a488a

Browse files
committed
[ci skip] Adapting the php comment on assert
1 parent 7060216 commit d1a488a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codeigniter/libraries/Encryption_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public function test_initialize_encrypt_decrypt()
212212

213213
$this->assertEquals($message, $this->encryption->decrypt($this->encryption->encrypt($message)));
214214

215-
// Try DES in ECB mode, just for the sake of changing stuff
215+
// Try DES3 in OFB mode, just for the sake of changing stuff
216216
$this->encryption->initialize(array('cipher' => 'tripledes', 'mode' => 'ofb', 'key' => substr($key, 0, 8)));
217217
$this->assertEquals($message, $this->encryption->decrypt($this->encryption->encrypt($message)));
218218
}

0 commit comments

Comments
 (0)