gossi\codegen\tests\utils\ReflectionUtilsTest::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';
        require_once __DIR__ . '/../fixtures/OverridableReflectionTest.php';
    }