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

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

    public function testIssetWithFieldsInIndexEmitsNotice()
    {
        $this->assertEvaluatesTo(function () {
            isset($GLOBALS[$GLOBALS->foo]);
        }, null);
    }