mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Implemented Tests for ActionHttpMethodMap
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\ResponseManagement;
|
||||
namespace App\Domain\MapManagement;
|
||||
|
||||
use App\Domain\MapManagement\AbstractMap;
|
||||
use App\DBAL\Types\ActionType;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\ResponseManagement;
|
||||
namespace App\Domain\MapManagement;
|
||||
|
||||
/**
|
||||
* This class offers a map for ActionTypes to HttpMethods.
|
Reference in New Issue
Block a user