mirror of
https://github.com/pestphp/pest.git
synced 2026-09-05 14:23:34 +02:00
chore: skip --tia on --mutate
This commit is contained in:
@@ -78,6 +78,10 @@ final class XdebugRestarter implements Restarter
|
||||
}
|
||||
}
|
||||
|
||||
if (Tia::isMutationRun($arguments)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (! Tia::isEnabledForRun($arguments)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user