add missing var
This commit is contained in:
parent
4ae0e04391
commit
5289eaedaf
@ -13,6 +13,7 @@ use \JHodges\GiteaBot\Client;
|
||||
final class PostFailedTests{
|
||||
|
||||
private $repo=null;
|
||||
private $xml=null;
|
||||
|
||||
function __construct($xml_path){
|
||||
$this->xml = simplexml_load_file($xml_path);
|
||||
|
Loading…
Reference in New Issue
Block a user