Example #1
0
 /**
  * @covers BehEh\Sulphur\Response::all
  */
 public function testAll()
 {
     $all = $this->response->all();
     $this->assertInstanceOf('BehEh\\Sulphur\\FilterableList', $all);
     $this->assertEquals(0, count($all));
 }