Ergo\Tests\Http\StatusTest::testTeaPot PHP Method

testTeaPot() public method

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