ConsoleKit\Tests\TextFormaterTest::testFormat PHP Method

testFormat() public method

public testFormat ( )
    public function testFormat()
    {
        $expected = ">    my text";
        $this->assertEquals($expected, $this->formater->format('my text'));
    }