From: Tim Landscheidt Date: Sat, 22 Sep 2012 18:14:22 +0000 (+0000) Subject: Reenable testStoredFunctions() in DatabaseTest.php. X-Git-Tag: 1.31.0-rc.0~22308^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=4de96da5af692de8364a413d65c7e51d5f8def00;p=lhc%2Fweb%2Fwiklou.git Reenable testStoredFunctions() in DatabaseTest.php. Change-Id: I85192a326f8e83d433f69b296431cae57628e78f --- diff --git a/tests/phpunit/includes/db/DatabaseTest.php b/tests/phpunit/includes/db/DatabaseTest.php index 379ffb173d..dc12ba5f42 100644 --- a/tests/phpunit/includes/db/DatabaseTest.php +++ b/tests/phpunit/includes/db/DatabaseTest.php @@ -190,9 +190,6 @@ class DatabaseTest extends MediaWikiTestCase { $sql ); } - /** - * @group Broken - */ function testStoredFunctions() { if ( !in_array( wfGetDB( DB_MASTER )->getType(), array( 'mysql', 'postgres' ) ) ) { $this->markTestSkipped( 'MySQL or Postgres required' );