We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8132d13 commit d00f88fCopy full SHA for d00f88f
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