|
MediaWiki
1.23.0
|


Public Member Functions | |
| __construct ( $logChannel) | |
| addError (PHPUnit_Framework_Test $test, Exception $e, $time) | |
| An error occurred. More... | |
| addFailure (PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e, $time) | |
| A failure occurred. More... | |
| addIncompleteTest (PHPUnit_Framework_Test $test, Exception $e, $time) | |
| Incomplete test. More... | |
| addSkippedTest (PHPUnit_Framework_Test $test, Exception $e, $time) | |
| Skipped test. More... | |
| endTest (PHPUnit_Framework_Test $test, $time) | |
| A test ended. More... | |
| endTestSuite (PHPUnit_Framework_TestSuite $suite) | |
| A test suite ended. More... | |
| startTest (PHPUnit_Framework_Test $test) | |
| A test started. More... | |
| startTestSuite (PHPUnit_Framework_TestSuite $suite) | |
| A test suite started. More... | |
Protected Member Functions | |
| getErrorName (Exception $exception) | |
| getTestName (PHPUnit_Framework_Test $test) | |
Protected Attributes | |
| string | $logChannel |
Definition at line 2 of file MediaWikiPHPUnitTestListener.php.
| MediaWikiPHPUnitTestListener::__construct | ( | $logChannel | ) |
Definition at line 8 of file MediaWikiPHPUnitTestListener.php.
References $logChannel.
| MediaWikiPHPUnitTestListener::addError | ( | PHPUnit_Framework_Test | $test, |
| Exception | $e, | ||
| $time | |||
| ) |
An error occurred.
| PHPUnit_Framework_Test | $test | |
| Exception | $e | |
| float | $time |
Definition at line 36 of file MediaWikiPHPUnitTestListener.php.
References getErrorName(), getTestName(), and wfDebugLog().
| MediaWikiPHPUnitTestListener::addFailure | ( | PHPUnit_Framework_Test | $test, |
| PHPUnit_Framework_AssertionFailedError | $e, | ||
| $time | |||
| ) |
A failure occurred.
| PHPUnit_Framework_Test | $test | |
| PHPUnit_Framework_AssertionFailedError | $e | |
| float | $time |
Definition at line 47 of file MediaWikiPHPUnitTestListener.php.
References getErrorName(), getTestName(), and wfDebugLog().
| MediaWikiPHPUnitTestListener::addIncompleteTest | ( | PHPUnit_Framework_Test | $test, |
| Exception | $e, | ||
| $time | |||
| ) |
Incomplete test.
| PHPUnit_Framework_Test | $test | |
| Exception | $e | |
| float | $time |
Definition at line 58 of file MediaWikiPHPUnitTestListener.php.
References getErrorName(), getTestName(), and wfDebugLog().
| MediaWikiPHPUnitTestListener::addSkippedTest | ( | PHPUnit_Framework_Test | $test, |
| Exception | $e, | ||
| $time | |||
| ) |
Skipped test.
| PHPUnit_Framework_Test | $test | |
| Exception | $e | |
| float | $time |
Definition at line 71 of file MediaWikiPHPUnitTestListener.php.
References getErrorName(), getTestName(), and wfDebugLog().
| MediaWikiPHPUnitTestListener::endTest | ( | PHPUnit_Framework_Test | $test, |
| $time | |||
| ) |
A test ended.
| PHPUnit_Framework_Test | $test | |
| float | $time |
Definition at line 110 of file MediaWikiPHPUnitTestListener.php.
References getTestName(), and wfDebugLog().
| MediaWikiPHPUnitTestListener::endTestSuite | ( | PHPUnit_Framework_TestSuite | $suite | ) |
A test suite ended.
| PHPUnit_Framework_TestSuite | $suite |
Definition at line 91 of file MediaWikiPHPUnitTestListener.php.
References wfDebugLog().
|
protected |
Definition at line 22 of file MediaWikiPHPUnitTestListener.php.
References $name.
Referenced by addError(), addFailure(), addIncompleteTest(), and addSkippedTest().
|
protected |
Definition at line 12 of file MediaWikiPHPUnitTestListener.php.
Referenced by addError(), addFailure(), addIncompleteTest(), addSkippedTest(), endTest(), and startTest().
| MediaWikiPHPUnitTestListener::startTest | ( | PHPUnit_Framework_Test | $test | ) |
A test started.
| PHPUnit_Framework_Test | $test |
Definition at line 100 of file MediaWikiPHPUnitTestListener.php.
References getTestName(), and wfDebugLog().
| MediaWikiPHPUnitTestListener::startTestSuite | ( | PHPUnit_Framework_TestSuite | $suite | ) |
A test suite started.
| PHPUnit_Framework_TestSuite | $suite |
Definition at line 81 of file MediaWikiPHPUnitTestListener.php.
References wfDebugLog().
|
protected |
Definition at line 6 of file MediaWikiPHPUnitTestListener.php.
Referenced by __construct().