set('core.module_paths', [ $this->getFixturePath('Mod'), ]); } protected function getFixturePath(string $path = ''): string { return __DIR__.'/Fixtures'.($path ? "/{$path}" : ''); } }