Searched refs:AuthorsInline (Results 1 – 2 of 2) sorted by relevance
9 class AuthorsInline class
37 use JMS\Serializer\Tests\Fixtures\AuthorsInline; alias1548 $list = new AuthorsInline(new Author('foo'), new Author('bar'));1550 …assertEquals($list, $this->deserialize($this->getContent('authors_inline'), AuthorsInline::class));