コード例 #1
0
ファイル: CoreTest.php プロジェクト: keeguon/doctrator
 public function testRelationsInitCollections()
 {
     $category = new Category();
     $this->assertInstanceOf('\\Doctrine\\Common\\Collections\\ArrayCollection', $category->getArticles());
 }