コード例 #1
0
ファイル: CollectionTest.php プロジェクト: sigma-z/dive
 public function testCount()
 {
     $this->assertEquals(3, $this->coll->count());
 }