Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Mar 17, 2023
1 parent eeaabb4 commit 070eb32
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions phpunit/GaletteTestCase.php
Expand Up @@ -128,15 +128,15 @@ public function setUp(): void
return $handler->handle($request);
};

require_once GALETTE_ROOT . 'includes/routes/main.routes.php';
require_once GALETTE_ROOT . 'includes/routes/authentication.routes.php';
require_once GALETTE_ROOT . 'includes/routes/management.routes.php';
require_once GALETTE_ROOT . 'includes/routes/members.routes.php';
require_once GALETTE_ROOT . 'includes/routes/groups.routes.php';
require_once GALETTE_ROOT . 'includes/routes/contributions.routes.php';
require_once GALETTE_ROOT . 'includes/routes/public_pages.routes.php';
require_once GALETTE_ROOT . 'includes/routes/ajax.routes.php';
require_once GALETTE_ROOT . 'includes/routes/plugins.routes.php';
require GALETTE_ROOT . 'includes/routes/main.routes.php';
require GALETTE_ROOT . 'includes/routes/authentication.routes.php';
require GALETTE_ROOT . 'includes/routes/management.routes.php';
require GALETTE_ROOT . 'includes/routes/members.routes.php';
require GALETTE_ROOT . 'includes/routes/groups.routes.php';
require GALETTE_ROOT . 'includes/routes/contributions.routes.php';
require GALETTE_ROOT . 'includes/routes/public_pages.routes.php';
require GALETTE_ROOT . 'includes/routes/ajax.routes.php';
require GALETTE_ROOT . 'includes/routes/plugins.routes.php';
}

/**
Expand Down

0 comments on commit 070eb32

Please sign in to comment.