* @since 2.0 */ class DbTestCase extends TestCase { /** * @inheritdoc */ public function globalFixtures() { return [ InitDbFixture::className(), ]; } }