We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c52aa9 commit 055438aCopy full SHA for 055438a
tests/codeigniter/helpers/security_helper_test.php
@@ -1,8 +1,8 @@
1
<?php
2
3
-class Security_helper_tests extends CI_TestCase {
+class Security_helper_test extends CI_TestCase {
4
5
- function setUp()
+ function set_up()
6
{
7
$this->helper('security');
8
$obj = new stdClass;
0 commit comments