Pinq\Tests\Integration\ExpressionTrees\VariadicParameterTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        if (version_compare(PHP_VERSION, '5.6.0-alpha3', '>=')) {
            $this->parameters = new VariadicParameters();
        } else {
            $this->markTestSkipped('Requires >=PHP 5.6');
        }
    }