コード例 #1
0
ファイル: CollectionTest.php プロジェクト: xintang22/Paxifi
 public function testConstructWithEmptyData()
 {
     $collection = new Collection();
     $this->assertEmpty($collection->getData());
     $this->assertEquals(function () {
     }, $collection->getTransformer());
 }