add missing var

This commit is contained in:
James 2020-02-15 13:26:24 +00:00
parent 4ae0e04391
commit 5289eaedaf

View File

@ -13,6 +13,7 @@ use \JHodges\GiteaBot\Client;
final class PostFailedTests{ final class PostFailedTests{
private $repo=null; private $repo=null;
private $xml=null;
function __construct($xml_path){ function __construct($xml_path){
$this->xml = simplexml_load_file($xml_path); $this->xml = simplexml_load_file($xml_path);