Example #1
0
 function testItemEmptyCollection()
 {
     $a = new Collection();
     $this->assertEmpty($a->item("name")->asArray());
 }