chore: re-order tests

This commit is contained in:
Christy Jacob
2023-10-18 02:36:50 +04:00
parent 39820b5a0f
commit 33ec5b3d7b
3 changed files with 6 additions and 5 deletions
+1
View File
@@ -271,6 +271,7 @@ $worker
Console::error('[Error] Message: ' . $error->getMessage());
Console::error('[Error] File: ' . $error->getFile());
Console::error('[Error] Line: ' . $error->getLine());
Console::error('[Error] Trace: ' . $error->getTraceAsString());
});
$worker->workerStart()