Loading tests/src/Unit/Service/TokenBrowserServiceTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ use Drupal\Tests\eca\Unit\EcaUnitTestBase; class TokenBrowserServiceTest extends EcaUnitTestBase { /** * * Tests the token browser markup if contrib token module is not installed. */ public function testTokenModuleNotInstalled(): void { $moduleHandler = $this->createMock(ModuleHandlerInterface::class); Loading Loading
tests/src/Unit/Service/TokenBrowserServiceTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ use Drupal\Tests\eca\Unit\EcaUnitTestBase; class TokenBrowserServiceTest extends EcaUnitTestBase { /** * * Tests the token browser markup if contrib token module is not installed. */ public function testTokenModuleNotInstalled(): void { $moduleHandler = $this->createMock(ModuleHandlerInterface::class); Loading