Commit 8edce9cb authored by Steve Müller's avatar Steve Müller Committed by Benjamin Eberlei

fix test groups

parent ebd7c26a
...@@ -66,7 +66,7 @@ class MySqlSchemaManagerTest extends SchemaManagerFunctionalTestCase ...@@ -66,7 +66,7 @@ class MySqlSchemaManagerTest extends SchemaManagerFunctionalTestCase
} }
/** /**
* @group 464 * @group DBAL-464
*/ */
public function testDropPrimaryKeyWithAutoincrementColumn() public function testDropPrimaryKeyWithAutoincrementColumn()
{ {
......
...@@ -297,7 +297,7 @@ class MySqlPlatformTest extends AbstractPlatformTestCase ...@@ -297,7 +297,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