From c09e91649208a633089f3b0a1bdb18bde6c8a912 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Sat, 6 Dec 2014 00:20:09 +0100 Subject: [PATCH] zendframework/zf2#6812 zendframework/zf2#6817 - fixed `@group` annotations to comply with `DbSelectTest` ones --- test/PaginatorTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/PaginatorTest.php b/test/PaginatorTest.php index 3b3d30b..66217d7 100644 --- a/test/PaginatorTest.php +++ b/test/PaginatorTest.php @@ -428,8 +428,8 @@ public function testGetsItemsByPage() } /** - * @group ZF2-6817 - * @group ZF2-6812 + * @group 6817 + * @group 6812 */ public function testGetsItemsByPageHandleDbSelectAdapter() {