Extension\FetchTest::setUpBeforeClass PHP Method

setUpBeforeClass() public static method

public static setUpBeforeClass ( )
    public static function setUpBeforeClass()
    {
        self::$test = new \Test\FetchTest();
        $_POST = array('somePOST' => 'some_post', 'VALUEPOST' => 'some_post2', 1 => 'one', 'two' => 2, 'three' => array(3));
        self::$test->setValues(array('someVALUE' => 'some_value', 'VALUEPOST' => 'some_value2'));
    }