From: Platonides Date: Wed, 29 Sep 2010 16:20:41 +0000 (+0000) Subject: Fixed dummy test that only checks that the License object can be created. X-Git-Tag: 1.31.0-rc.0~34747 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=b0c2228c9192e075050c2d788562f839448ce802;p=lhc%2Fweb%2Fwiklou.git Fixed dummy test that only checks that the License object can be created. --- 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 +}