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 aa037d0 commit a578d82Copy full SHA for a578d82
tests/codeigniter/libraries/Xmlrpc_test.php
@@ -12,7 +12,7 @@ public function set_up()
12
// $this->input = new CI_Input($security);
13
$utf8 = new Mock_Core_Utf8();
14
$security = new Mock_Core_Security();
15
- $this->$input = new Mock_Core_Input($security, $utf8);
+ $this->input = new Mock_Core_Input($security, $utf8);
16
17
$this->input_lib_raw_stream = new ReflectionProperty($this->input, '_raw_input_stream');
18
$this->input_lib_raw_stream->setAccessible(TRUE);
0 commit comments