Pinq\Tests\Integration\ExpressionTrees\ScopedClassInterpreterTest::testParent PHP Метод

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

public testParent ( )
    public function testParent()
    {
        $this->assertRecompilesWithRebind(function () {
            return parent::StaticMethod();
        });
    }