Skip to content

Commit

Permalink
Modify interface to PHPUnit_Framework_BaseTestListener
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Mar 18, 2018
1 parent bc4bf1d commit 03975bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function __construct($directory)
$this->directory = $directory;
}

public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
public function addError(PHPUnit_Framework_Test $test, $e, $time)
{
$this->storeAScreenshot($test);
}
Expand Down

0 comments on commit 03975bb

Please sign in to comment.