Commit 5ffb052a authored by Steve Müller's avatar Steve Müller

fix test groups

parent af9d724b
...@@ -93,7 +93,7 @@ class MySqlSchemaManagerTest extends SchemaManagerFunctionalTestCase ...@@ -93,7 +93,7 @@ class MySqlSchemaManagerTest extends SchemaManagerFunctionalTestCase
} }
/** /**
* @group 464 * @group DBAL-464
*/ */
public function testDropPrimaryKeyWithAutoincrementColumn() public function testDropPrimaryKeyWithAutoincrementColumn()
{ {
......
...@@ -320,7 +320,7 @@ class MySqlPlatformTest extends AbstractPlatformTestCase ...@@ -320,7 +320,7 @@ class MySqlPlatformTest extends AbstractPlatformTestCase
} }
/** /**
* @group 464 * @group DBAL-464
*/ */
public function testDropPrimaryKeyWithAutoincrementColumn() public function testDropPrimaryKeyWithAutoincrementColumn()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment