コード例 #1
0
ファイル: CollectionTest.php プロジェクト: respect/data
 function test_children_should_make_hasMore_true()
 {
     $coll = Collection::foo(Collection::this_is_a_children());
     $this->assertTrue($coll->hasMore());
 }