summaryrefslogtreecommitdiff
path: root/tests/phpunit/includes/CdbTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/CdbTest.php')
-rw-r--r--tests/phpunit/includes/CdbTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/CdbTest.php b/tests/phpunit/includes/CdbTest.php
index 6c3e6664..b5418dd7 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' );
}
}