Skip to content

Commit

Permalink
tests: improving tests
Browse files Browse the repository at this point in the history
  • Loading branch information
siganushka committed Oct 7, 2024
1 parent 06d420b commit a1cefed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Routing/RoutesTest.php → tests/RoutesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Siganushka\RegionBundle\Tests\Routing;
namespace Siganushka\RegionBundle\Tests;

use PHPUnit\Framework\TestCase;
use Symfony\Bundle\FrameworkBundle\Routing\AttributeRouteControllerLoader;
Expand All @@ -18,7 +18,7 @@ class RoutesTest extends TestCase
*/
public function testRotues(string $routeName, string $path, array $methods): void
{
$locator = new FileLocator(__DIR__.'/../../config/');
$locator = new FileLocator(__DIR__.'/../config/');

new LoaderResolver([
$loader = new PhpFileLoader($locator),
Expand Down

0 comments on commit a1cefed

Please sign in to comment.