Skip to content

Commit a578d82

Browse files
committed
Fix tests v9
1 parent aa037d0 commit a578d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codeigniter/libraries/Xmlrpc_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public function set_up()
1212
// $this->input = new CI_Input($security);
1313
$utf8 = new Mock_Core_Utf8();
1414
$security = new Mock_Core_Security();
15-
$this->$input = new Mock_Core_Input($security, $utf8);
15+
$this->input = new Mock_Core_Input($security, $utf8);
1616

1717
$this->input_lib_raw_stream = new ReflectionProperty($this->input, '_raw_input_stream');
1818
$this->input_lib_raw_stream->setAccessible(TRUE);

0 commit comments

Comments
 (0)