27 lines
836 B
Text
27 lines
836 B
Text
|
Escaped mutants:
|
||
|
================
|
||
|
1) /workspace/lubiana/futtern/src/Controller/FoodVendorController.php:39 [M] ArrayItemRemoval
|
||
|
@@ @@
|
||
|
$entityManager->flush();
|
||
|
return $this->redirectToRoute('app_food_vendor_index', [], Response::HTTP_SEE_OTHER);
|
||
|
}
|
||
|
- return $this->render('food_vendor/new.html.twig', ['food_vendor' => $foodVendor, 'form' => $form]);
|
||
|
+ return $this->render('food_vendor/new.html.twig', ['form' => $form]);
|
||
|
}
|
||
|
#[Route('/{id}', name: 'app_food_vendor_show', methods: ['GET'])]
|
||
|
public function show(FoodVendor $foodVendor): Response
|
||
|
Timed Out mutants:
|
||
|
==================
|
||
|
Skipped mutants:
|
||
|
================
|
||
|
Not Covered mutants:
|
||
|
====================
|
||
|
Total: 315
|
||
|
Killed: 314
|
||
|
Errored: 0
|
||
|
Syntax Errors: 0
|
||
|
Escaped: 1
|
||
|
Timed Out: 0
|
||
|
Skipped: 0
|
||
|
Ignored: 0
|
||
|
Not Covered: 0
|