From da1b9dd7a81b68c082c278438ff52010569e20c8 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 15 Jun 2011 23:15:36 +0000 Subject: [PATCH] Add dummy assertion to shut up phpunit yelling about it --- tests/phpunit/suites/ExtensionsTestSuite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/suites/ExtensionsTestSuite.php b/tests/phpunit/suites/ExtensionsTestSuite.php index 4f02a693ce..d728807f17 100644 --- a/tests/phpunit/suites/ExtensionsTestSuite.php +++ b/tests/phpunit/suites/ExtensionsTestSuite.php @@ -28,6 +28,6 @@ class ExtensionsTestSuite extends PHPUnit_Framework_TestSuite { */ class DummyExtensionsTest extends MediaWikiTestCase { public function testNothing() { - + $this->assertTrue( true ); } } -- 2.20.1