public function testTeaPot() { $status = new Http\Status(418); $this->assertEquals($status->getMessage(), "I'm a Teapot"); }