gossi\codegen\tests\parser\FunctionParserTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        // they are not explicitely instantiated through new WhatEver(); and such not
        // required through composer's autoload
        require_once __DIR__ . '/../fixtures/functions.php';
    }
FunctionParserTest