Jul 16, 2020
0
Level 3
Mutation test are failing
My mutation tests are failing with foreach
--- Original
+++ New
@@ @@
{
$databases = $request->get("databases");
if (!empty($databases)) {
- foreach ($databases as $group) {
+ foreach (array() as $group) {
MigrationProcessor::migrate($group);
}
}
Please or to participate in this conversation.