PopTest\Code\CodeTest::testSetAndGetIndent PHP Метод

testSetAndGetIndent() публичный Метод

public testSetAndGetIndent ( )
    public function testSetAndGetIndent()
    {
        $c = new Generator('TestClass.php', Generator::CREATE_CLASS);
        $c->setIndent('    ');
        $this->assertEquals('    ', $c->getIndent());
    }