Update to PHPUnit 11

This commit is contained in:
Alejandro Celaya
2024-05-12 12:49:53 +02:00
parent added21b18
commit 4084d301ca
6 changed files with 38 additions and 22 deletions

View File

@@ -34,8 +34,8 @@ class MatomoSendVisitsCommandTest extends TestCase
}
#[Test]
#[TestWith([true])]
#[TestWith([false])]
#[TestWith([true], 'interactive')]
#[TestWith([false], 'not interactive')]
public function warningIsOnlyDisplayedInInteractiveMode(bool $interactive): void
{
$this->visitSender->method('sendVisitsInDateRange')->willReturn(new SendVisitsResult());