Skip to content

Commit

Permalink
Correctly group db operation tests
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Feb 17, 2014
1 parent bb69b91 commit 55207ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/selenium/PmaSeleniumDbOperationsTest.php
Expand Up @@ -58,6 +58,8 @@ public function setUpPage()
* Test for adding database comment
*
* @return void
*
* @group large
*/
public function testDbComment()
{
Expand All @@ -76,6 +78,8 @@ public function testDbComment()
* Test for renaming database
*
* @return void
*
* @group large
*/
public function testRenameDB()
{
Expand Down Expand Up @@ -110,6 +114,8 @@ public function testRenameDB()
* Test for copying database
*
* @return void
*
* @group large
*/
public function testCopyDb()
{
Expand Down

0 comments on commit 55207ea

Please sign in to comment.