Fakerino\Test\Configuration\FakerinoConfigurationLoaderTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $fileDir = realpath(__DIR__ . '/../Fixtures') . '/';
        $this->xmlFilePath = $fileDir . 'file.xml';
        $this->xmlFile = new File($this->xmlFilePath);
        $this->configurationLoader = new FakerinoConfigurationLoader($this->xmlFile);
    }