Skip to content
Snippets Groups Projects
Commit c55db62f authored by Alex's avatar Alex
Browse files

New test

parent 242d8f66
No related branches found
No related tags found
1 merge request!1Include Wowa Training
Pipeline #5564 passed
......@@ -59,12 +59,7 @@ class WowaJob implements ShouldQueue
try {
error_log('Just after try ', 3, __DIR__.'/../../storage/logs/training.log');
$test = Mark::get()->findEvidenceById('604fe648e1f447672dbfc064');
error_log(
'Test find evidences by report id' . $test['label'],
3,
__DIR__.'/../../storage/logs/training.log'
);
$test = Mark::get();
Feedback::chunk(100, function ($feedbacks) {
foreach ($feedbacks as $feed) {
error_log('Begin for each', 3, __DIR__.'/../../storage/logs/training.log');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment