Changeset 483
- Timestamp:
- 04/12/07 22:51:54 (2 years ago)
- Files:
-
- trunk/src/main/php/net/stubbles/reflection/annotations/parser/stubAnnotationStateParser.php (modified) (1 diff)
- trunk/src/test/php/net/stubbles/reflection/ReflectionTestSuite.php (modified) (1 diff)
- trunk/src/test/php/net/stubbles/reflection/annotations/parser/stubAnnotationStateParserTestCase.php (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/reflection/annotations/parser/stubAnnotationStateParser.php
r456 r483 25 25 * @todo write unit test 26 26 */ 27 class stubAnnotationStateParser implements stubAnnotationParser27 class stubAnnotationStateParser extends stubBaseObject implements stubAnnotationParser 28 28 { 29 29 /** trunk/src/test/php/net/stubbles/reflection/ReflectionTestSuite.php
r454 r483 27 27 28 28 // parser 29 $this->addTestFile(dirname(__FILE__) . '/annotations/parser/stubAnnotationStateParserTestCase.php'); 29 30 $this->addTestFile(dirname(__FILE__) . '/annotations/parser/state/stubAnnotationAnnotationStateTestCase.php'); 30 31 $this->addTestFile(dirname(__FILE__) . '/annotations/parser/state/stubAnnotationDocblockStateTestCase.php');
