Skip to content

Commit

Permalink
Fix php7.4 error
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 9, 2019
1 parent 9d53461 commit 7f1aa81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/phpunit/UtilsTest.php
Expand Up @@ -145,7 +145,7 @@ public function testExecuteCLI()
$this->assertEquals($result['error'], '');
//$this->assertEquals(preg_match('/phpunit/', $result['output']), 1);

print __METHOD__." result=".$result."\n";
print __METHOD__." result=".$result['result']."\n";
return $result;
}
}

0 comments on commit 7f1aa81

Please sign in to comment.