From b6bbf6ac223bddd5c978ce226599041dc922e3a3 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Wed, 10 Dec 2014 01:33:09 +0100 Subject: [PATCH] #1214 #1216 - adding `@group` annotation for newly introduced test cases --- .../Tests/ORM/Tools/Export/XmlClassMetadataExporterTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/Doctrine/Tests/ORM/Tools/Export/XmlClassMetadataExporterTest.php b/tests/Doctrine/Tests/ORM/Tools/Export/XmlClassMetadataExporterTest.php index c9c3570b4..5bec99cfe 100644 --- a/tests/Doctrine/Tests/ORM/Tools/Export/XmlClassMetadataExporterTest.php +++ b/tests/Doctrine/Tests/ORM/Tools/Export/XmlClassMetadataExporterTest.php @@ -82,7 +82,9 @@ XML; } /** - * @url https://github.com/doctrine/doctrine2/pull/1214 + * @group 1214 + * @group 1216 + * @group DDC-3439 */ public function testFieldOptionsExport() { $exporter = new XmlExporter();