Skip to content

Commit

Permalink
is this running?
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Nov 17, 2024
1 parent 61f2761 commit 1807bad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/Kernel/TurnstileProtect.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class TurnstileProtectTest extends KernelTestBase {
* Tests if the module is enabled.
*/
public function testModuleEnabled() {
\Drupal::messenger()->addStatus("OK");
$this->assertTrue($this->container->get('module_handler')->moduleExists('turnstile_protect'), 'The turnstile_protect module is enabled.');
}

Expand Down

0 comments on commit 1807bad

Please sign in to comment.