Skip to content

Commit

Permalink
#45 removed inlined test assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Oct 24, 2016
1 parent afb079f commit a901719
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions tests/Doctrine/Tests/Common/Annotations/AnnotationReaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,22 +106,3 @@ public function testPropertyAnnotationIsIgnored()
self::assertEmpty($reader->getPropertyAnnotations($ref->getProperty('property')));
}
}

/**
* @SomeClassAnnotationNamespace\Subnamespace\Name
*/
class TestInvalidClassAnnotationClass {}

class TestInvalidMethodAnnotationClass {
/**
* @SomeMethodAnnotationNamespace\Subnamespace\Name
*/
public function test() {}
}

class TestInvalidPropertyAnnotationClass {
/**
* @SomePropertyAnnotationNamespace\Subnamespace\Name
*/
private $field;
}

0 comments on commit a901719

Please sign in to comment.