Use getmypid() as dependency (improve testing)

This commit is contained in:
Philipp
2020-09-19 20:28:01 +02:00
parent 7413b362f5
commit c9e510d4fd
3 changed files with 4 additions and 3 deletions

View File

@@ -187,6 +187,7 @@ return [
Process::class => [
'constructParams' => [
[Dice::INSTANCE => '$basepath'],
getmypid(),
],
],
App\Router::class => [