We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76c7976 + b766e46 commit 4240a41Copy full SHA for 4240a41
1 file changed
system/Test/ControllerResponse.php
@@ -46,7 +46,7 @@ class ControllerResponse extends TestResponse
46
*/
47
public function __construct()
48
{
49
- parent::__construct($response ?? Services::response());
+ parent::__construct(Services::response());
50
51
$this->dom = &$this->domParser;
52
}
0 commit comments