#2821 replacing `@group` annotations with proper references, since DBAL-*...

#2821 replacing `@group` annotations with proper references, since DBAL-* issues are from JIRA, not Github
parent ce7560f2
...@@ -780,7 +780,7 @@ class ConnectionTest extends \Doctrine\Tests\DbalTestCase ...@@ -780,7 +780,7 @@ class ConnectionTest extends \Doctrine\Tests\DbalTestCase
} }
/** /**
* @group DBAL-2821 * @group #2821
*/ */
public function testShouldNotPassPlatformInParamsToTheQueryCacheProfileInExecuteCacheQuery(): void public function testShouldNotPassPlatformInParamsToTheQueryCacheProfileInExecuteCacheQuery(): void
{ {
...@@ -819,7 +819,7 @@ class ConnectionTest extends \Doctrine\Tests\DbalTestCase ...@@ -819,7 +819,7 @@ class ConnectionTest extends \Doctrine\Tests\DbalTestCase
} }
/** /**
* @group DBAL-2821 * @group #2821
*/ */
public function testThrowsExceptionWhenInValidPlatformSpecified(): void public function testThrowsExceptionWhenInValidPlatformSpecified(): void
{ {
......
...@@ -60,7 +60,7 @@ class DBALExceptionTest extends DbalTestCase ...@@ -60,7 +60,7 @@ class DBALExceptionTest extends DbalTestCase
} }
/** /**
* @group DBAL-2821 * @group #2821
*/ */
public function testInvalidPlatformTypeObject(): void public function testInvalidPlatformTypeObject(): void
{ {
...@@ -73,7 +73,7 @@ class DBALExceptionTest extends DbalTestCase ...@@ -73,7 +73,7 @@ class DBALExceptionTest extends DbalTestCase
} }
/** /**
* @group DBAL-2821 * @group #2821
*/ */
public function testInvalidPlatformTypeScalar(): void public function testInvalidPlatformTypeScalar(): void
{ {
......
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