コード例 #1
0
ファイル: HelperTest.php プロジェクト: pscheit/psc-cms
 /**
  * @group coll
  */
 public function testCollectionsDebug()
 {
     $this->assertNotEmpty(DoctrineHelper::debugCollectionDiff($this->collection, $this->actualItems));
 }