Skip to content

Commit e0779d7

Browse files
authored
Merge pull request #6760 from kenjis/test-add-group-DatabaseLive
test: add `@group DatabaseLive`
2 parents da2eabc + dce1ba2 commit e0779d7

23 files changed

+46
-0
lines changed

tests/system/Commands/CreateDatabaseTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
use Config\Database;
2121

2222
/**
23+
* @group DatabaseLive
24+
*
2325
* @internal
2426
*/
2527
final class CreateDatabaseTest extends CIUnitTestCase

tests/system/Commands/Database/MigrateStatusTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
use CodeIgniter\Test\Filters\CITestStreamFilter;
1616

1717
/**
18+
* @group DatabaseLive
19+
*
1820
* @internal
1921
*/
2022
final class MigrateStatusTest extends CIUnitTestCase

tests/system/Commands/Database/ShowTableInfoTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
use Tests\Support\Database\Seeds\CITestSeeder;
1919

2020
/**
21+
* @group DatabaseLive
22+
*
2123
* @internal
2224
*/
2325
final class ShowTableInfoTest extends CIUnitTestCase

tests/system/Commands/DatabaseCommandsTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
use CodeIgniter\Test\Filters\CITestStreamFilter;
1616

1717
/**
18+
* @group DatabaseLive
19+
*
1820
* @internal
1921
*/
2022
final class DatabaseCommandsTest extends CIUnitTestCase

tests/system/Commands/MigrationIntegrationTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
use CodeIgniter\Test\Filters\CITestStreamFilter;
1616

1717
/**
18+
* @group DatabaseLive
19+
*
1820
* @internal
1921
*/
2022
final class MigrationIntegrationTest extends CIUnitTestCase

tests/system/Database/Live/GetNumRowsTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
use Tests\Support\Database\Seeds\CITestSeeder;
1717

1818
/**
19+
* @group DatabaseLive
20+
*
1921
* @internal
2022
*/
2123
final class GetNumRowsTest extends CIUnitTestCase

tests/system/Database/Migrations/MigrationTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
use CodeIgniter\Test\DatabaseTestTrait;
1717

1818
/**
19+
* @group DatabaseLive
20+
*
1921
* @internal
2022
*/
2123
final class MigrationTest extends CIUnitTestCase

tests/system/Database/ModelFactoryTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
use Tests\Support\Models\UserModel;
1818

1919
/**
20+
* @group DatabaseLive
21+
*
2022
* @internal
2123
*/
2224
final class ModelFactoryTest extends CIUnitTestCase

tests/system/Models/AffectedRowsTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
use Tests\Support\Models\UserModel;
1515

1616
/**
17+
* @group DatabaseLive
18+
*
1719
* @internal
1820
*/
1921
final class AffectedRowsTest extends LiveModelTestCase

tests/system/Models/CountAllModelTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
use Tests\Support\Models\UserModel;
1515

1616
/**
17+
* @group DatabaseLive
18+
*
1719
* @internal
1820
*/
1921
final class CountAllModelTest extends LiveModelTestCase

0 commit comments

Comments
 (0)