1 | <?php |
||
8 | class PropertyNotFoundExceptionTest extends TestCase |
||
9 | { |
||
10 | /** |
||
11 | * @expectedException \Netgen\Bundle\InformationCollectionBundle\Exception\PropertyNotFoundException |
||
12 | * @expectedExceptionMessage Property 'my_property' not found on class 'Netgen\Bundle\InformationCollectionBundle\Tests\Exception\PropertyNotFoundExceptionTest' |
||
13 | */ |
||
14 | public function testException() |
||
18 | } |
||
19 |