diff --git a/tests/ZendTest/Form/Annotation/AnnotationBuilderTest.php b/tests/ZendTest/Form/Annotation/AnnotationBuilderTest.php index 3556cc8584f..a25d20bafc8 100644 --- a/tests/ZendTest/Form/Annotation/AnnotationBuilderTest.php +++ b/tests/ZendTest/Form/Annotation/AnnotationBuilderTest.php @@ -218,7 +218,7 @@ public function testAllowEmptyInput() $sampleinput = $inputFilter->get('sampleinput'); $this->assertTrue($sampleinput->allowEmpty()); } - + public function testObjectElementAnnotation() { $entity = new TestAsset\Annotation\EntityUsingObjectProperty(); diff --git a/tests/ZendTest/Form/TestAsset/Annotation/EntityUsingObjectProperty.php b/tests/ZendTest/Form/TestAsset/Annotation/EntityUsingObjectProperty.php index 1bade468464..d0be60fe591 100644 --- a/tests/ZendTest/Form/TestAsset/Annotation/EntityUsingObjectProperty.php +++ b/tests/ZendTest/Form/TestAsset/Annotation/EntityUsingObjectProperty.php @@ -1,26 +1,26 @@ -