fixed error resolution in test listener

This commit is contained in:
pushrbx 2022-12-16 10:59:18 +00:00
parent 86c153f392
commit bd7a8d4dfb

View File

@ -52,7 +52,7 @@ class IntegrationTestListener implements TestListener
try {
$kernel->call('migrate:fresh', []);
} catch (\Exception $ex) {
print_r($ex->message);
print_r($ex->getMessage());
}
}
}