From bd27932f554ddf82b21fc43fe7ed72d54a024368 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Mon, 30 Apr 2012 09:49:31 +0200 Subject: [PATCH] Set CdbTest to skipped instead of incomplete When the native support is not available, the test is not incomplete. See also the DiffBlob test and xdiff. Change-Id: I16c14efc3f24e4171a699390d99ca6509d6a28c8 --- tests/phpunit/includes/CdbTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/CdbTest.php b/tests/phpunit/includes/CdbTest.php index 6c3e6664a0..b5418dd74f 100644 --- a/tests/phpunit/includes/CdbTest.php +++ b/tests/phpunit/includes/CdbTest.php @@ -8,7 +8,7 @@ class CdbTest extends MediaWikiTestCase { public function setUp() { if ( !CdbReader::haveExtension() ) { - $this->markTestIncomplete( 'This test requires native CDB support to be present.' ); + $this->markTestSkipped( 'Native CDB support is not available' ); } } -- 2.20.1