mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 01:10:42 +08:00
Fix api codeception tests
This commit is contained in:
parent
28dfa347ff
commit
52dfb93be4
2 changed files with 0 additions and 8 deletions
|
@ -48,7 +48,6 @@ class V8ApiAccountsCest
|
|||
/**
|
||||
* Test account record creation
|
||||
* @param ApiTester $I
|
||||
* @skip Requires API assertions fix
|
||||
*/
|
||||
public function create(ApiTester $I): void
|
||||
{
|
||||
|
|
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue