Skip to content

Commit

Permalink
add @group 7169
Browse files Browse the repository at this point in the history
  • Loading branch information
Tauop authored and Ocramius committed Feb 2, 2015
1 parent 7b97377 commit cc43925
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/ZendTest/Filter/FilterPluginManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ public function testLoadingInvalidFilterRaisesException()
$this->filters->get('test');
}

/**
* @group 7169
*/
public function testFilterSuccessfullyConstructed()
{
$search_separator = ';';
Expand All @@ -54,6 +57,9 @@ public function testFilterSuccessfullyConstructed()
$this->assertEquals('|', $filter->getReplacementSeparator());
}

/**
* @group 7169
*/
public function testFiltersConstructedAreDifferent()
{
$filterOne = $this->filters->get(
Expand Down

0 comments on commit cc43925

Please sign in to comment.