1 | <?php |
||
11 | class AbstractAuthorTest extends PHPUnit_Framework_TestCase |
||
12 | { |
||
13 | /** |
||
14 | * @group legacy |
||
15 | * @expectedDeprecation Instantiating the "Kunstmaan\ArticleBundle\Entity\AbstractAuthor" class is deprecated in KunstmaanArticleBundle 5.1 and will be made abstract in KunstmaanArticleBundle 6.0. Extend your implementation from this class instead. |
||
16 | */ |
||
17 | public function testInstantiatingClassDeprecation() |
||
21 | |||
22 | public function testGettersAndSetters() |
||
34 | } |
||
35 |