Merge pull request #2125 from acelaya-forks/feature/phpunit-11

Update to PHPUnit 11
This commit is contained in:
Alejandro Celaya
2024-05-12 13:22:26 +02:00
parent c6109fd396
commit de70ebe769
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());