gossi\codegen\tests\parser\ParameterParserTest::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/Entity.php';
        require_once __DIR__ . '/../fixtures/ValueClass.php';
    }