return $fail['exception'
]->
getMessage();
},
$fails);
static::
fail('App synchronisation failed: ' . \
print_r($errors, true
));
} } protected function reloadAppSnippets(): void
{ $collection =
$this->
getContainer()->
get(SnippetFileCollection::
class);
$collection->
clear();
$this->
getContainer()->
get(SnippetFileLoader::
class)->
loadSnippetFilesIntoCollection($collection);
} /**
* @return array<string, mixed>
*/
protected function getScriptTraces(): array
{ return $this->
getContainer() ->
get(ScriptTraces::
class) ->
getTraces();
}}