Skip to content

Commit ad3fa51

Browse files
committed
Add test database annotation
1 parent db147e9 commit ad3fa51

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

tests/Application/Export/ProductionValueSetCreatorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
/**
3030
* @covers \ProfessionalWiki\WikibaseExport\Application\Export\ProductionValueSetCreator
31+
* @group Database
3132
*/
3233
class ProductionValueSetCreatorTest extends MediaWikiIntegrationTestCase {
3334

tests/EntryPoints/SpecialWikibaseExportTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
/**
1111
* @covers \ProfessionalWiki\WikibaseExport\EntryPoints\SpecialWikibaseExport
12+
* @group Database
1213
*/
1314
class SpecialWikibaseExportTest extends SpecialPageTestBase {
1415

tests/Presentation/ConfigPageSmokeTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
use ProfessionalWiki\WikibaseExport\Tests\WikibaseExportIntegrationTest;
88

9+
/**
10+
* @group Database
11+
*/
912
class ConfigPageSmokeTest extends WikibaseExportIntegrationTest {
1013

1114
public function testSmoke(): void {

0 commit comments

Comments
 (0)