drop() public method

public drop ( $num )
Exemplo n.º 1
0
 public function test_drop_all_gives_empty_collection()
 {
     $col = $this->col->drop(3);
     $this->assertEquals(0, $col->count());
 }