Skip to content

Commit

Permalink
Fix tests v9
Browse files Browse the repository at this point in the history
  • Loading branch information
NielBuys committed Dec 20, 2024
1 parent aa037d0 commit a578d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codeigniter/libraries/Xmlrpc_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public function set_up()
// $this->input = new CI_Input($security);
$utf8 = new Mock_Core_Utf8();
$security = new Mock_Core_Security();
$this->$input = new Mock_Core_Input($security, $utf8);
$this->input = new Mock_Core_Input($security, $utf8);

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

0 comments on commit a578d82

Please sign in to comment.