14
9
class FaultTest extends \Xibo\Tests\LocalWebTestCase
22
11
public function testCollect()
26
14
$this->assertSame(200, $this->client->response->status());
32
17
public function testDebugOn()
34
22
$this->client->put('/fault/debug/on');
35
23
$this->assertSame(200, $this->client->response->status());
41
28
public function testDebugOff()
43
33
$this->client->put('/fault/debug/off');
44
34
$this->assertSame(200, $this->client->response->status());