Implemented Tests for ActionHttpMethodMap

This commit is contained in:
Kevin Frantz
2019-01-29 21:01:01 +01:00
parent 8e2d79d236
commit 52d38a0c84
3 changed files with 60 additions and 3 deletions

View File

@@ -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;

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Domain\ResponseManagement;
namespace App\Domain\MapManagement;
/**
* This class offers a map for ActionTypes to HttpMethods.