forked from friendica/php-json-ld
Do not attach earl report as listener if no filename specified.
This commit is contained in:
parent
d59ffc65bf
commit
3f4dc75ac5
2
test.php
2
test.php
|
@ -487,7 +487,7 @@ class EarlReport extends PHPUnit_Util_Printer
|
||||||
* @param PHPUnit_Framework_Test $result the result to attach to.
|
* @param PHPUnit_Framework_Test $result the result to attach to.
|
||||||
*/
|
*/
|
||||||
public function attach(PHPUnit_Framework_TestResult $result) {
|
public function attach(PHPUnit_Framework_TestResult $result) {
|
||||||
if(!$this->result) {
|
if(!$this->result && $this->filename) {
|
||||||
$this->result = $result;
|
$this->result = $result;
|
||||||
$result->addListener($this);
|
$result->addListener($this);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue