ConsoleKit\Tests\TextFormaterTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->formater = new TextFormater();
        $this->formater->setOptions(array('indentWidth' => 4, 'indent' => 1, 'quote' => '>', 'fgcolor' => 'black', 'bgcolor' => 'white'));
    }