From fc111cb213ab516f49c0f799a32b5534af40d2b7 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Wed, 31 May 2023 23:17:39 +0200 Subject: [PATCH] tests: Add basic test for HookRunner Add a basic unit test for HookRunner to improve coverage and validate arguments between hook runner and hook interfaces. Change-Id: I3cb332abf9aefbb1cb435188cbf5938f4bcda0c5 --- tests/phpunit/unit/HookRunnerTest.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/phpunit/unit/HookRunnerTest.php diff --git a/tests/phpunit/unit/HookRunnerTest.php b/tests/phpunit/unit/HookRunnerTest.php new file mode 100644 index 00000000..be37401a --- /dev/null +++ b/tests/phpunit/unit/HookRunnerTest.php @@ -0,0 +1,16 @@ + [ NukeHookRunner::class ]; + } +}