mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-27 09:43:30 +00:00
Test: Replace db with getDb method
Bug: T316841 Change-Id: Iaf32040979522f311289b4c2f5723cae9079e662
This commit is contained in:
parent
e009d6f38c
commit
43d023a2be
|
@ -19,8 +19,8 @@ class ThreadItemStoreTest extends IntegrationTestCase {
|
|||
parent::setUp();
|
||||
|
||||
if (
|
||||
$this->db->getType() === 'mysql' &&
|
||||
strpos( $this->db->getSoftwareLink(), 'MySQL' ) &&
|
||||
$this->getDb()->getType() === 'mysql' &&
|
||||
strpos( $this->getDb()->getSoftwareLink(), 'MySQL' ) &&
|
||||
!$this->getCliArg( 'use-normal-tables' )
|
||||
) {
|
||||
$this->markTestSkipped( 'Set PHPUNIT_USE_NORMAL_TABLES=1 env variable to run these tests, ' .
|
||||
|
|
Loading…
Reference in a new issue