Pinq\Tests\Integration\ExpressionTrees\ScopedClassInterpreterTest::testStatic PHP Method

testStatic() public method

public testStatic ( )
    public function testStatic()
    {
        $this->assertRecompilesWithRebind(function () {
            return static::StaticMethod();
        });
    }