Fix api codeception tests

This commit is contained in:
Clemente Raposo 2021-10-29 16:46:49 +01:00 committed by c.raposo
parent 28dfa347ff
commit 52dfb93be4
2 changed files with 0 additions and 8 deletions

View file

@ -48,7 +48,6 @@ class V8ApiAccountsCest
/**
* Test account record creation
* @param ApiTester $I
* @skip Requires API assertions fix
*/
public function create(ApiTester $I): void
{

View file

@ -44,10 +44,3 @@ $kernel->init([
'/../vendor/codeception', '/../vendor/phpunit'
],
]);
$kernel->loadFile(__DIR__ . '/../core/backend/Engine/LegacyHandler/AclHandler.php');
$kernel->loadFile(__DIR__ . '/../core/backend/Authentication/LegacyHandler/Authentication.php');
$kernel->loadFile(__DIR__ . '/../vendor/api-platform/core/src/Metadata/Resource/ResourceMetadata.php');
$kernel->loadFile(__DIR__ . '/../vendor/api-platform/core/src/Util/RequestAttributesExtractor.php');
$kernel->loadFile(__DIR__ . '/../vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php');
$kernel->loadFile(__DIR__ . '/../vendor/api-platform/core/src/Security/EventListener/DenyAccessListener.php');