Skip to content

Commit 5046c8a

Browse files
committed
refactor: Update MySQL integration test to use attribute syntax for grouping
1 parent 0e91c51 commit 5046c8a

2 files changed

Lines changed: 3 additions & 74 deletions

File tree

.github/workflows/mysql-integration.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

tests/Integration/MySQLIntegrationTest.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
<?php
22

3+
use PHPUnit\Framework\Attributes\Group;
34
use PHPUnit\Framework\TestCase;
45
use SchemaEngine\Database\Introspection\MySQLIntrospector;
56
use SchemaEngine\Diff\SchemaDiffer;
67
use SchemaEngine\DSL\Schema;
78
use SchemaEngine\Execution\Migrator;
89
use SchemaEngine\Metadata\SchemaDefinition;
910

10-
// #[Group('integration')]
11-
/**
12-
* @group integration
13-
*/
11+
12+
#[Group('integration')]
1413
class MySQLIntegrationTest extends TestCase
1514
{
1615
protected ?PDO $pdo = null;

0 commit comments

Comments
 (0)