Upgrade tests to PhpUnit 10 (#5252)
This commit is contained in:
@@ -23,7 +23,7 @@ class ThemeJavascriptTranslationsEventTest extends TestCase
|
||||
{
|
||||
$sut = new ThemeJavascriptTranslationsEvent();
|
||||
|
||||
$this->assertCount(self::COUNTER, $sut->getTranslations());
|
||||
self::assertCount(self::COUNTER, $sut->getTranslations());
|
||||
}
|
||||
|
||||
public function testGetterAndSetter(): void
|
||||
|
||||
Reference in New Issue
Block a user