From 4de96da5af692de8364a413d65c7e51d5f8def00 Mon Sep 17 00:00:00 2001 From: Tim Landscheidt Date: Sat, 22 Sep 2012 18:14:22 +0000 Subject: [PATCH] Reenable testStoredFunctions() in DatabaseTest.php. Change-Id: I85192a326f8e83d433f69b296431cae57628e78f --- tests/phpunit/includes/db/DatabaseTest.php | 3 --- 1 file changed, 3 deletions(-) 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' ); -- 2.20.1