Pinq\Tests\Integration\ExpressionTrees\BasicInterpreterTest::testStaticMethodCall PHP Метод

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

    public function testStaticMethodCall()
    {
        $valueSet = [[range(0, 10)], [range(-100, 100)], [[1, '2', 3, '4', 5, '6', 7, '8', 9, '0']]];
        $this->assertRecompilesCorrectly(function (array $i) {
            return \SplFixedArray::fromArray($i);
        }, $valueSet);
    }