From 55207eaa23984e8233d2d41ba6a4c1d7ea1cc545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 17 Feb 2014 19:38:00 +0100 Subject: [PATCH] Correctly group db operation tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/selenium/PmaSeleniumDbOperationsTest.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/selenium/PmaSeleniumDbOperationsTest.php b/test/selenium/PmaSeleniumDbOperationsTest.php index 1b477c4e9585..a79b20fbfab0 100644 --- a/test/selenium/PmaSeleniumDbOperationsTest.php +++ b/test/selenium/PmaSeleniumDbOperationsTest.php @@ -58,6 +58,8 @@ public function setUpPage() * Test for adding database comment * * @return void + * + * @group large */ public function testDbComment() { @@ -76,6 +78,8 @@ public function testDbComment() * Test for renaming database * * @return void + * + * @group large */ public function testRenameDB() { @@ -110,6 +114,8 @@ public function testRenameDB() * Test for copying database * * @return void + * + * @group large */ public function testCopyDb() {