Skip to content

Instantly share code, notes, and snippets.

@gaelreyrol
Last active September 16, 2023 13:40
Show Gist options
  • Select an option

  • Save gaelreyrol/ae68f55533f36bce3c80d2d7f0c3a748 to your computer and use it in GitHub Desktop.

Select an option

Save gaelreyrol/ae68f55533f36bce3c80d2d7f0c3a748 to your computer and use it in GitHub Desktop.
Could not resolve argument $data of "api_platform.action.placeholder::__invoke()"
[2023-09-16T15:35:37.578736+02:00] request.INFO: Matched route "_api_/user/self_delete". {"route":"_api_/user/self_delete","route_parameters":{"_route":"_api_/user/self_delete","_controller":"api_platform.action.placeholder","_format":null,"_stateless":null,"_api_resource_class":"App\\User\\Infrastructure\\ApiPlatform\\Resource\\SelfUserResource","_api_operation_name":"_api_/user/self_delete"},"request_uri":"http://localhost/api/user/self","method":"DELETE"} []
[2023-09-16T15:35:37.591471+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} []
[2023-09-16T15:35:37.591486+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2023-09-16T15:35:37.600041+02:00] doctrine.INFO: Connecting with parameters array{"dbname_suffix":"_test","driver":"pdo_pgsql","host":"127.0.0.1","port":5432,"user":"postgres","password":"<redacted>","driverOptions":[],"serverVersion":"15","defaultTableOptions":[],"dama.keep_static":true,"dama.connection_name":"default","dbname":"app_test","charset":"utf8"} {"params":{"dbname_suffix":"_test","driver":"pdo_pgsql","host":"127.0.0.1","port":5432,"user":"postgres","password":"<redacted>","driverOptions":[],"serverVersion":"15","defaultTableOptions":[],"dama.keep_static":true,"dama.connection_name":"default","dbname":"app_test","charset":"utf8"}} []
[2023-09-16T15:35:37.600502+02:00] doctrine.DEBUG: Beginning transaction [] []
[2023-09-16T15:35:37.600638+02:00] doctrine.DEBUG: Executing statement: SELECT t0.password AS password_1, t0.created_at AS created_at_5, t0.deleted_at AS deleted_at_7, t0.id AS id_8, t0.name AS name_9, t0.email AS email_10 FROM "user" t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"dummy@myapp.eu"}, types: array{"1":2}) {"sql":"SELECT t0.password AS password_1, t0.created_at AS created_at_5, t0.deleted_at AS deleted_at_7, t0.id AS id_8, t0.name AS name_9, t0.email AS email_10 FROM \"user\" t0 WHERE t0.email = ? LIMIT 1","params":{"1":"dummy@myapp.eu"},"types":{"1":2}} []
[2023-09-16T15:35:37.607339+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener::checkPassport"} []
[2023-09-16T15:35:37.607357+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener::checkPassport"} []
[2023-09-16T15:35:37.607367+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener::checkPassport"} []
[2023-09-16T15:35:37.607378+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::preCheckCredentials"} []
[2023-09-16T15:35:37.607387+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport". {"event":"Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener::checkPassport"} []
[2023-09-16T15:35:37.608942+02:00] app.DEBUG: Notified event "security.authentication.success" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials". {"event":"security.authentication.success","listener":"Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener::postCheckCredentials"} []
[2023-09-16T15:35:37.608961+02:00] security.INFO: Authenticator successful! {"token":{"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\Token\\JWTPostAuthenticationToken":"JWTPostAuthenticationToken(user=\"dummy@myapp.eu\", roles=\"ROLE_USER\")"},"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2023-09-16T15:35:37.609409+02:00] app.DEBUG: Notified event "Symfony\Component\Security\Http\Event\LoginSuccessEvent" to listener "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess". {"event":"Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent","listener":"Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener::onLoginSuccess"} []
[2023-09-16T15:35:37.609422+02:00] security.DEBUG: Authenticator set no success response: request continues. {"authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} []
[2023-09-16T15:35:37.619506+02:00] request.CRITICAL: Uncaught PHP Exception Symfony\Component\DependencyInjection\Exception\RuntimeException: "Could not resolve argument $data of "api_platform.action.placeholder::__invoke()", maybe you forgot to register the controller as a service or missed tagging it with the "controller.service_arguments"?" at /home/gael/Development/Trash/App/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php line 88 {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException(code: 0): Could not resolve argument $data of \"api_platform.action.placeholder::__invoke()\", maybe you forgot to register the controller as a service or missed tagging it with the \"controller.service_arguments\"? at /home/gael/Development/Trash/App/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php:88)"} []
{
"@context": "/api/contexts/Error",
"@type": "hydra:Error",
"hydra:title": "An error occurred",
"hydra:description": "Could not resolve argument $data of \"api_platform.action.placeholder::__invoke()\", maybe you forgot to register the controller as a service or missed tagging it with the \"controller.service_arguments\"?",
"trace": [
{
"namespace": "",
"short_class": "",
"class": "",
"type": "",
"function": "",
"file": "/home/gael/Development/Trash/app/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php",
"line": 88,
"args": []
},
{
"namespace": "Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver",
"short_class": "NotTaggedControllerValueResolver",
"class": "Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\NotTaggedControllerValueResolver",
"type": "->",
"function": "resolve",
"file": "/home/gael/Development/Trash/app/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php",
"line": 60,
"args": [
[
"object",
"Symfony\\Component\\HttpFoundation\\Request"
],
[
"object",
"Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadata"
]
]
},
{
"namespace": "Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver",
"short_class": "TraceableValueResolver",
"class": "Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\TraceableValueResolver",
"type": "->",
"function": "resolve",
"file": "/home/gael/Development/Trash/app/vendor/symfony/http-kernel/Controller/ArgumentResolver.php",
"line": 90,
"args": [
[
"object",
"Symfony\\Component\\HttpFoundation\\Request"
],
[
"object",
"Symfony\\Component\\HttpKernel\\ControllerMetadata\\ArgumentMetadata"
]
]
},
{
"namespace": "Symfony\\Component\\HttpKernel\\Controller",
"short_class": "ArgumentResolver",
"class": "Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver",
"type": "->",
"function": "getArguments",
"file": "/home/gael/Development/Trash/app/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php",
"line": 40,
"args": [
[
"object",
"Symfony\\Component\\HttpFoundation\\Request"
],
[
"object",
"ApiPlatform\\Action\\PlaceholderAction"
],
[
"object",
"ReflectionFunction"
]
]
},
{
"namespace": "Symfony\\Component\\HttpKernel\\Controller",
"short_class": "TraceableArgumentResolver",
"class": "Symfony\\Component\\HttpKernel\\Controller\\TraceableArgumentResolver",
"type": "->",
"function": "getArguments",
"file": "/home/gael/Development/Trash/app/vendor/symfony/http-kernel/HttpKernel.php",
"line": 174,
"args": [
[
"object",
"Symfony\\Component\\HttpFoundation\\Request"
],
[
"object",
"ApiPlatform\\Action\\PlaceholderAction"
],
[
"object",
"ReflectionFunction"
]
]
},
{
"namespace": "Symfony\\Component\\HttpKernel",
"short_class": "HttpKernel",
"class": "Symfony\\Component\\HttpKernel\\HttpKernel",
"type": "->",
"function": "handleRaw",
"file": "/home/gael/Development/Trash/app/vendor/symfony/http-kernel/HttpKernel.php",
"line": 76,
"args": [
[
"object",
"Symfony\\Component\\HttpFoundation\\Request"
],
[
"integer",
1
]
]
},
{
"namespace": "Symfony\\Component\\HttpKernel",
"short_class": "HttpKernel",
"class": "Symfony\\Component\\HttpKernel\\HttpKernel",
"type": "->",
"function": "handle",
"file": "/home/gael/Development/Trash/app/vendor/symfony/http-kernel/Kernel.php",
"line": 197,
"args": [
[
"object",
"Symfony\\Component\\HttpFoundation\\Request"
],
[
"integer",
1
],
[
"boolean",
true
]
]
},
{
"namespace": "Symfony\\Component\\HttpKernel",
"short_class": "Kernel",
"class": "Symfony\\Component\\HttpKernel\\Kernel",
"type": "->",
"function": "handle",
"file": "/home/gael/Development/Trash/app/vendor/symfony/http-kernel/HttpKernelBrowser.php",
"line": 65,
"args": [
[
"object",
"Symfony\\Component\\HttpFoundation\\Request"
],
[
"integer",
1
],
[
"boolean",
true
]
]
},
{
"namespace": "Symfony\\Component\\HttpKernel",
"short_class": "HttpKernelBrowser",
"class": "Symfony\\Component\\HttpKernel\\HttpKernelBrowser",
"type": "->",
"function": "doRequest",
"file": "/home/gael/Development/Trash/app/vendor/symfony/framework-bundle/KernelBrowser.php",
"line": 171,
"args": [
[
"object",
"Symfony\\Component\\HttpFoundation\\Request"
]
]
},
{
"namespace": "Symfony\\Bundle\\FrameworkBundle",
"short_class": "KernelBrowser",
"class": "Symfony\\Bundle\\FrameworkBundle\\KernelBrowser",
"type": "->",
"function": "doRequest",
"file": "/home/gael/Development/Trash/app/vendor/symfony/browser-kit/AbstractBrowser.php",
"line": 403,
"args": [
[
"object",
"Symfony\\Component\\HttpFoundation\\Request"
]
]
},
{
"namespace": "Symfony\\Component\\BrowserKit",
"short_class": "AbstractBrowser",
"class": "Symfony\\Component\\BrowserKit\\AbstractBrowser",
"type": "->",
"function": "request",
"file": "/home/gael/Development/Trash/app/vendor/api-platform/core/src/Symfony/Bundle/Test/Client.php",
"line": 116,
"args": [
[
"string",
"DELETE"
],
[
"string",
"http://localhost/api/user/self"
],
[
"array",
[]
],
[
"array",
[]
],
[
"array",
{
"HTTP_USER_AGENT": [
"string",
"Symfony BrowserKit"
],
"HTTP_ACCEPT": [
"string",
"application/ld+json"
],
"CONTENT_TYPE": [
"string",
"application/json"
],
"HTTP_CONTENT_LENGTH": [
"string",
"48"
],
"HTTP_AUTHORIZATION": [
"string",
"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTQ4NjY4OTgsImV4cCI6MTY5NDg3MDQ5OCwicm9sZXMiOlsiUk9MRV9VU0VSIl0sImVtYWlsLnZhbHVlIjoiZHVtbXlAZ2F6ZWxsZS5ldSJ9.asz-j73LHGJ22rA4D6K7qwpZVkxHWCP4R_MBeY9TOB_BMni5xUaQUJrk-8EB8JSqs_Vu9Vjd_eFct1kC3A2JyUFeeH2b3-S84QhXv_hJUHreNjEMrs5PAXvATQEvvVWI2dZf3DwHhDt4vbmJaXqD04h86D1C_lBAeYMb_IowbS8A1KgDlieuQTCBIkFbnOimK7HmcPKh69gdhk-CV6Awai5u8cycvlB2ucRfOdiRkpK_2lNvCLkcbyzZVDcBZZBsEgurQcdSc6fx2MposcTDDzqQhvYSX8nZhglxvUqBq5WHyao51ZeCeLojt7MDlsu__HhVmeIjrFERiNkAvsvemw"
],
"HTTP_HOST": [
"string",
"localhost"
],
"HTTPS": [
"boolean",
false
]
}
],
[
"string",
"{\"password\":\"plainPasswordFromDummyUserFactory\"}"
]
]
},
{
"namespace": "ApiPlatform\\Symfony\\Bundle\\Test",
"short_class": "Client",
"class": "ApiPlatform\\Symfony\\Bundle\\Test\\Client",
"type": "->",
"function": "request",
"file": "/home/gael/Development/Trash/app/src/App/User/Tests/Acceptance/SoftDeleteSelfUserTest.php",
"line": 37,
"args": [
[
"string",
"DELETE"
],
[
"array",
{
"scheme": [
"string",
"http:"
],
"authority": [
"string",
"//localhost"
],
"path": [
"string",
"/api/user/self"
],
"query": [
"null",
null
],
"fragment": [
"null",
null
]
}
],
[
"array",
{
"normalized_headers": [
"array",
{
"accept": [
"array",
[
[
"string",
"accept: application/ld+json"
]
]
],
"content-type": [
"array",
[
[
"string",
"Content-Type: application/json"
]
]
],
"content-length": [
"array",
[
[
"string",
"Content-Length: 48"
]
]
],
"authorization": [
"array",
[
[
"string",
"Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTQ4NjY4OTgsImV4cCI6MTY5NDg3MDQ5OCwicm9sZXMiOlsiUk9MRV9VU0VSIl0sImVtYWlsLnZhbHVlIjoiZHVtbXlAZ2F6ZWxsZS5ldSJ9.asz-j73LHGJ22rA4D6K7qwpZVkxHWCP4R_MBeY9TOB_BMni5xUaQUJrk-8EB8JSqs_Vu9Vjd_eFct1kC3A2JyUFeeH2b3-S84QhXv_hJUHreNjEMrs5PAXvATQEvvVWI2dZf3DwHhDt4vbmJaXqD04h86D1C_lBAeYMb_IowbS8A1KgDlieuQTCBIkFbnOimK7HmcPKh69gdhk-CV6Awai5u8cycvlB2ucRfOdiRkpK_2lNvCLkcbyzZVDcBZZBsEgurQcdSc6fx2MposcTDDzqQhvYSX8nZhglxvUqBq5WHyao51ZeCeLojt7MDlsu__HhVmeIjrFERiNkAvsvemw"
]
]
]
}
],
"headers": [
"array",
[
[
"string",
"accept: application/ld+json"
],
[
"string",
"Content-Type: application/json"
],
[
"string",
"Content-Length: 48"
],
[
"string",
"Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTQ4NjY4OTgsImV4cCI6MTY5NDg3MDQ5OCwicm9sZXMiOlsiUk9MRV9VU0VSIl0sImVtYWlsLnZhbHVlIjoiZHVtbXlAZ2F6ZWxsZS5ldSJ9.asz-j73LHGJ22rA4D6K7qwpZVkxHWCP4R_MBeY9TOB_BMni5xUaQUJrk-8EB8JSqs_Vu9Vjd_eFct1kC3A2JyUFeeH2b3-S84QhXv_hJUHreNjEMrs5PAXvATQEvvVWI2dZf3DwHhDt4vbmJaXqD04h86D1C_lBAeYMb_IowbS8A1KgDlieuQTCBIkFbnOimK7HmcPKh69gdhk-CV6Awai5u8cycvlB2ucRfOdiRkpK_2lNvCLkcbyzZVDcBZZBsEgurQcdSc6fx2MposcTDDzqQhvYSX8nZhglxvUqBq5WHyao51ZeCeLojt7MDlsu__HhVmeIjrFERiNkAvsvemw"
]
]
],
"query": [
"array",
[]
],
"body": [
"string",
"{\"password\":\"plainPasswordFromDummyUserFactory\"}"
],
"base_uri": [
"array",
{
"scheme": [
"string",
"http:"
],
"authority": [
"string",
"//localhost"
],
"path": [
"null",
null
],
"query": [
"null",
null
],
"fragment": [
"null",
null
]
}
],
"extra": [
"array",
[]
],
"http_version": [
"null",
null
],
"timeout": [
"float",
60
],
"max_duration": [
"float",
0
]
}
]
]
},
{
"namespace": "App\\Tests\\User\\Acceptance",
"short_class": "SoftDeleteSelfUserTest",
"class": "App\\Tests\\User\\Acceptance\\SoftDeleteSelfUserTest",
"type": "->",
"function": "testSuccessful",
"file": "/home/gael/Development/Trash/app/vendor/phpunit/phpunit/src/Framework/TestCase.php",
"line": 1608,
"args": []
},
{
"namespace": "PHPUnit\\Framework",
"short_class": "TestCase",
"class": "PHPUnit\\Framework\\TestCase",
"type": "->",
"function": "runTest",
"file": "/home/gael/Development/Trash/app/vendor/phpunit/phpunit/src/Framework/TestCase.php",
"line": 1214,
"args": []
},
{
"namespace": "PHPUnit\\Framework",
"short_class": "TestCase",
"class": "PHPUnit\\Framework\\TestCase",
"type": "->",
"function": "runBare",
"file": "/home/gael/Development/Trash/app/vendor/phpunit/phpunit/src/Framework/TestResult.php",
"line": 728,
"args": []
},
{
"namespace": "PHPUnit\\Framework",
"short_class": "TestResult",
"class": "PHPUnit\\Framework\\TestResult",
"type": "->",
"function": "run",
"file": "/home/gael/Development/Trash/app/vendor/phpunit/phpunit/src/Framework/TestCase.php",
"line": 964,
"args": [
[
"object",
"App\\Tests\\User\\Acceptance\\SoftDeleteSelfUserTest"
]
]
},
{
"namespace": "PHPUnit\\Framework",
"short_class": "TestCase",
"class": "PHPUnit\\Framework\\TestCase",
"type": "->",
"function": "run",
"file": "/home/gael/Development/Trash/app/vendor/phpunit/phpunit/src/Framework/TestSuite.php",
"line": 684,
"args": [
[
"object",
"PHPUnit\\Framework\\TestResult"
]
]
},
{
"namespace": "PHPUnit\\Framework",
"short_class": "TestSuite",
"class": "PHPUnit\\Framework\\TestSuite",
"type": "->",
"function": "run",
"file": "/home/gael/Development/Trash/app/vendor/phpunit/phpunit/src/Framework/TestSuite.php",
"line": 684,
"args": [
[
"object",
"PHPUnit\\Framework\\TestResult"
]
]
},
{
"namespace": "PHPUnit\\Framework",
"short_class": "TestSuite",
"class": "PHPUnit\\Framework\\TestSuite",
"type": "->",
"function": "run",
"file": "/home/gael/Development/Trash/app/vendor/phpunit/phpunit/src/TextUI/TestRunner.php",
"line": 651,
"args": [
[
"object",
"PHPUnit\\Framework\\TestResult"
]
]
},
{
"namespace": "PHPUnit\\TextUI",
"short_class": "TestRunner",
"class": "PHPUnit\\TextUI\\TestRunner",
"type": "->",
"function": "run",
"file": "/home/gael/Development/Trash/app/vendor/phpunit/phpunit/src/TextUI/Command.php",
"line": 144,
"args": [
[
"object",
"PHPUnit\\Framework\\TestSuite"
],
[
"array",
{
"extensions": [
"array",
[]
],
"listGroups": [
"boolean",
false
],
"listSuites": [
"boolean",
false
],
"listTests": [
"boolean",
false
],
"listTestsXml": [
"boolean",
false
],
"loader": [
"null",
null
],
"useDefaultConfiguration": [
"boolean",
true
],
"loadedExtensions": [
"array",
[]
],
"unavailableExtensions": [
"array",
[]
],
"notLoadedExtensions": [
"array",
[]
],
"configuration": [
"string",
"/home/gael/Development/Trash/app/phpunit.xml.dist"
],
"filter": [
"string",
"App\\\\Tests\\\\User\\\\Acceptance\\\\SoftDeleteSelfUserTest"
],
"testSuffixes": [
"array",
[
[
"string",
"SoftDeleteSelfUserTest.php"
]
]
],
"printer": [
"string",
"PHPUnit\\Util\\Log\\TeamCity"
],
"configurationObject": [
"object",
"PHPUnit\\TextUI\\XmlConfiguration\\Configuration"
],
"stderr": [
"boolean",
false
],
"columns": [
"integer",
80
],
"warnings": [
"array",
[]
],
"debug": [
"boolean",
false
],
"listeners": [
"array",
[
[
"object",
"Symfony\\Bridge\\PhpUnit\\Legacy\\SymfonyTestsListenerForV7"
]
]
],
"backupGlobals": [
"boolean",
false
],
"backupStaticAttributes": [
"boolean",
false
],
"beStrictAboutChangesToGlobalState": [
"boolean",
false
],
"cacheResult": [
"boolean",
true
],
"colors": [
"string",
"auto"
],
"convertDeprecationsToExceptions": [
"boolean",
false
],
"convertErrorsToExceptions": [
"boolean",
true
],
"convertNoticesToExceptions": [
"boolean",
true
],
"convertWarningsToExceptions": [
"boolean",
true
],
"processIsolation": [
"boolean",
false
],
"stopOnDefect": [
"boolean",
false
],
"stopOnError": [
"boolean",
false
],
"stopOnFailure": [
"boolean",
false
],
"stopOnWarning": [
"boolean",
false
],
"stopOnIncomplete": [
"boolean",
false
],
"stopOnRisky": [
"boolean",
false
],
"stopOnSkipped": [
"boolean",
false
],
"failOnEmptyTestSuite": [
"boolean",
false
],
"failOnIncomplete": [
"boolean",
false
],
"failOnRisky": [
"boolean",
false
],
"failOnSkipped": [
"boolean",
false
],
"failOnWarning": [
"boolean",
false
],
"enforceTimeLimit": [
"boolean",
false
],
"defaultTimeLimit": [
"integer",
1
],
"timeoutForSmallTests": [
"integer",
1
],
"timeoutForMediumTests": [
"integer",
10
],
"timeoutForLargeTests": [
"integer",
60
],
"reportUselessTests": [
"boolean",
true
],
"strictCoverage": [
"boolean",
false
],
"ignoreDeprecatedCodeUnitsFromCodeCoverage": [
"boolean",
false
],
"disallowTestOutput": [
"boolean",
false
],
"disallowTodoAnnotatedTests": [
"boolean",
false
],
"beStrictAboutResourceUsageDuringSmallTests": [
"boolean",
false
],
"verbose": [
"boolean",
false
],
"reverseDefectList": [
"boolean",
false
],
"forceCoversAnnotation": [
"boolean",
false
],
"disableCodeCoverageIgnore": [
"boolean",
false
],
"registerMockObjectsFromTestArgumentsRecursively": [
"boolean",
false
],
"noInteraction": [
"boolean",
false
],
"executionOrder": [
"integer",
0
],
"resolveDependencies": [
"boolean",
true
],
"bootstrap": [
"string",
"/home/gael/Development/Trash/app/config/bootstrap-phpunit.php"
],
"executionOrderDefects": [
"integer",
0
],
"crap4jThreshold": [
"integer",
30
],
"excludeGroups": [
"array",
[]
],
"groups": [
"array",
[]
],
"randomOrderSeed": [
"integer",
1694866897
],
"repeat": [
"boolean",
false
],
"reportHighLowerBound": [
"integer",
90
],
"reportLowUpperBound": [
"integer",
50
],
"reverseList": [
"boolean",
false
],
"testdoxExcludeGroups": [
"array",
[]
],
"testdoxGroups": [
"array",
[]
],
"cacheResultFile": [
"string",
"/home/gael/Development/Trash/app"
]
}
],
[
"array",
[]
],
[
"boolean",
true
]
]
},
{
"namespace": "PHPUnit\\TextUI",
"short_class": "Command",
"class": "PHPUnit\\TextUI\\Command",
"type": "->",
"function": "run",
"file": "/home/gael/Development/Trash/app/vendor/phpunit/phpunit/src/TextUI/Command.php",
"line": 97,
"args": [
[
"array",
[
[
"string",
"/home/gael/Development/Trash/app/vendor/phpunit/phpunit/phpunit"
],
[
"string",
"--configuration"
],
[
"string",
"/home/gael/Development/Trash/app/phpunit.xml.dist"
],
[
"string",
"--filter"
],
[
"string",
"App\\\\Tests\\\\User\\\\Acceptance\\\\SoftDeleteSelfUserTest"
],
[
"string",
"--test-suffix"
],
[
"string",
"SoftDeleteSelfUserTest.php"
],
[
"string",
"/home/gael/Development/Trash/app/src/App/User/Tests/Acceptance"
],
[
"string",
"--teamcity"
]
]
],
[
"boolean",
true
]
]
},
{
"namespace": "PHPUnit\\TextUI",
"short_class": "Command",
"class": "PHPUnit\\TextUI\\Command",
"type": "::",
"function": "main",
"file": "/home/gael/Development/Trash/app/vendor/phpunit/phpunit/phpunit",
"line": 107,
"args": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment