Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
#6765 #6762 - adding @group annotations for newly introduced tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Dec 30, 2014
1 parent 7bc52c5 commit 56c7cb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/ZendTest/I18n/Translator/Loader/GettextTest.php
Expand Up @@ -111,6 +111,10 @@ public function testLoaderLoadsFromPhar()
$this->assertEquals('Message 4 (en)', $textDomain['Message 4']);
}

/**
* @group 6762
* @group 6765
*/
public function testLoaderLoadsPlural()
{
$loader = new GettextLoader();
Expand Down

0 comments on commit 56c7cb7

Please sign in to comment.