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

Commit

Permalink
Browse files Browse the repository at this point in the history
…dding missing `@group` annotations to newly introduced test cases
  • Loading branch information
Ocramius committed Nov 29, 2014
1 parent 9dd6435 commit 475e3c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/ClassFileLocatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ public function testIterationShouldFindMultipleClassesInMultipleNamespacesInSing
$this->assertTrue($foundFourth);
}

/**
* @group 6946
* @group 6814
*/
public function testIterationShouldNotCountFQCNScalarResolutionConstantAsClass()
{
if (PHP_VERSION_ID < 50500) {
Expand Down

0 comments on commit 475e3c8

Please # to comment.