From b0c2228c9192e075050c2d788562f839448ce802 Mon Sep 17 00:00:00 2001 From: Platonides Date: Wed, 29 Sep 2010 16:20:41 +0000 Subject: [PATCH] Fixed dummy test that only checks that the License object can be created. --- maintenance/tests/phpunit/includes/LicensesTest.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/maintenance/tests/phpunit/includes/LicensesTest.php b/maintenance/tests/phpunit/includes/LicensesTest.php index c5357f89b8..26437e40fd 100644 --- a/maintenance/tests/phpunit/includes/LicensesTest.php +++ b/maintenance/tests/phpunit/includes/LicensesTest.php @@ -1,17 +1,14 @@ $str ) ); $this->assertTrue( is_a( $lc, 'Licenses' ), 'Correct class' ); } -} \ No newline at end of file +} -- 2.20.1