Pinq\Tests\Integration\ExpressionTrees\ExpressionEvaluationTest::testMethodWorksWithScope PHP Метод

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

    public function testMethodWorksWithScope()
    {
        $this->assertEvaluatesTo([$this, 'methodWithScopedStaticVariable'], true);
        $this->assertEvaluatesTo([$this, 'methodWithScopedStaticMethodCall'], true);
    }