diff --git a/tests/Doctrine/Tests/DBAL/ConnectionTest.php b/tests/Doctrine/Tests/DBAL/ConnectionTest.php index 8f416066c340bd1af16915ef336992cbce0796dc..efc33b7c2b0b32c28ef26e07a4cc21d9a8b025f3 100644 --- a/tests/Doctrine/Tests/DBAL/ConnectionTest.php +++ b/tests/Doctrine/Tests/DBAL/ConnectionTest.php @@ -780,7 +780,7 @@ class ConnectionTest extends \Doctrine\Tests\DbalTestCase } /** - * @group DBAL-2821 + * @group #2821 */ public function testShouldNotPassPlatformInParamsToTheQueryCacheProfileInExecuteCacheQuery(): void { @@ -819,7 +819,7 @@ class ConnectionTest extends \Doctrine\Tests\DbalTestCase } /** - * @group DBAL-2821 + * @group #2821 */ public function testThrowsExceptionWhenInValidPlatformSpecified(): void { diff --git a/tests/Doctrine/Tests/DBAL/DBALExceptionTest.php b/tests/Doctrine/Tests/DBAL/DBALExceptionTest.php index 57557b0680ce6208d14ce8464f9f278858498985..f3b813feb78cf80db142ed8ee565377249eba11a 100644 --- a/tests/Doctrine/Tests/DBAL/DBALExceptionTest.php +++ b/tests/Doctrine/Tests/DBAL/DBALExceptionTest.php @@ -60,7 +60,7 @@ class DBALExceptionTest extends DbalTestCase } /** - * @group DBAL-2821 + * @group #2821 */ public function testInvalidPlatformTypeObject(): void { @@ -73,7 +73,7 @@ class DBALExceptionTest extends DbalTestCase } /** - * @group DBAL-2821 + * @group #2821 */ public function testInvalidPlatformTypeScalar(): void {