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

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

public testStatic ( )
    public function testStatic()
    {
        $p = PropertyGenerator::factory('testProp', 'string', 123);
        $p->setStatic(true);
        $this->assertTrue($p->isStatic());
    }