Example #1
0
 function test_children_should_make_hasMore_true()
 {
     $coll = Collection::foo(Collection::this_is_a_children());
     $this->assertTrue($coll->hasMore());
 }