From: Max Semenik Date: Mon, 13 Jun 2011 19:22:52 +0000 (+0000) Subject: avoid test being marked as incomplete due to lack of assertions X-Git-Tag: 1.31.0-rc.0~29553 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=568b0489fe95f5a80d0c8aeba75d5aa31501ad96;p=lhc%2Fweb%2Fwiklou.git avoid test being marked as incomplete due to lack of assertions --- diff --git a/tests/phpunit/includes/db/DatabaseSqliteTest.php b/tests/phpunit/includes/db/DatabaseSqliteTest.php index 6bfe2d6d97..4995c969f8 100644 --- a/tests/phpunit/includes/db/DatabaseSqliteTest.php +++ b/tests/phpunit/includes/db/DatabaseSqliteTest.php @@ -134,6 +134,7 @@ class DatabaseSqliteTest extends MediaWikiTestCase { if ( $result !== true ) { $this->fail( $result ); } + $this->assertTrue( true ); // avoid test being marked as incomplete due to lack of assertions } /**