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

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

public testSetAndGetIndent ( )
    public function testSetAndGetIndent()
    {
        $p = PropertyGenerator::factory('testProp', 'string', 123);
        $p->setIndent('    ');
        $this->assertEquals('    ', $p->getIndent());
    }