r90184 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r90183
|
r90184
|
r90185
>
Date:
23:15, 15 June 2011
Author:
demon
Status:
ok
Tags:
Comment:
Add dummy assertion to shut up phpunit yelling about it
Modified paths:
/trunk/phase3/tests/phpunit/suites/ExtensionsTestSuite.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/tests/phpunit/suites/ExtensionsTestSuite.php
—
—
@@ -28,6 +28,6 @@
29
29
*/
30
30
class DummyExtensionsTest extends MediaWikiTestCase {
31
31
public function testNothing() {
32
-
32
+ $this->assertTrue( true );
33
33
}
34
34
}
Status & tagging log
05:15, 16 June 2011
MaxSem
(
talk
|
contribs
)
changed the
status
of r90184
[
removed:
new
added:
ok]