Skip to content

Commit aa6ed0d

Browse files
committed
fix issues with newer PHPUnit versions
1 parent 42fdf2b commit aa6ed0d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Phpunit/DatabaseTestListener.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@ public function addError(\PHPUnit_Framework_Test $test, \Exception $e, $time)
4848
public function addFailure(\PHPUnit_Framework_Test $test, \PHPUnit_Framework_AssertionFailedError $e, $time)
4949
{
5050
}
51-
51+
52+
public function addWarning(\PHPUnit_Framework_Test $test, \PHPUnit_Framework_Warning $e, $time)
53+
{
54+
}
55+
5256
public function addIncompleteTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
5357
{
5458
}

0 commit comments

Comments
 (0)