Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Sep 16, 2024
1 parent 8fa6eb8 commit ca1064a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions tests/TestCase/Controller/Admin/GeoControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Geo\Test\TestCase\Controller\Admin;

use Cake\Routing\Router;
use Cake\TestSuite\IntegrationTestTrait;
use Cake\TestSuite\TestCase;

Expand All @@ -26,7 +25,7 @@ class GeoControllerTest extends TestCase {
public function setUp(): void {
parent::setUp();

Router::reload();
$this->loadPlugins(['Geo']);
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Geo\Test\TestCase\Controller\Admin;

use Cake\Routing\Router;
use Cake\TestSuite\IntegrationTestTrait;
use Cake\TestSuite\TestCase;

Expand All @@ -28,7 +27,7 @@ class GeocodedAddressesControllerTest extends TestCase {
public function setUp(): void {
parent::setUp();

Router::reload();
$this->loadPlugins(['Geo']);
}

/**
Expand Down

0 comments on commit ca1064a

Please sign in to comment.