Commit 0ba7cc6f authored by Jürgen Haas's avatar Jürgen Haas
Browse files

Issue #3268540 by jurgenhaas: Cleanup code to pass PHPCS tests

parent 6245750c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);