コード例 #1
0
 public function testConstructAcceptsAuthorViewElements()
 {
     $element = new Author('first', 'last');
     $authors = new Authors([$element]);
     self::assertCount(1, $authors->getIterator());
 }