Pinq\Tests\Integration\ExpressionTrees\MagicConstantInterpreterTest::testTrait PHP Method

testTrait() public method

public testTrait ( )
    public function testTrait()
    {
        $this->assertRecompilesCorrectly(function () {
            return [__TRAIT__, __TRAIT__];
        });
        $this->assertRecompilesCorrectly([$this, 'traitMagicConstant']);
    }