Pinq\Tests\Integration\ExpressionTrees\PowerOperatorsTest::testOnlyArraysByRef PHP Method

testOnlyArraysByRef() public method

public testOnlyArraysByRef ( )
    public function testOnlyArraysByRef()
    {
        $valueSet = [[5, 0], [5, 5], [2, 3], [6, 8]];
        $this->assertRecompilesCorrectly([PowerOperators::TYPE, 'square'], $valueSet);
    }