From b3905d73ca081aa525b42cec593d6328e1dec960 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 24 Jul 2020 21:00:36 +0200 Subject: [PATCH] fixed test --- lam/tests/lib/modules/windowsUserTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lam/tests/lib/modules/windowsUserTest.php b/lam/tests/lib/modules/windowsUserTest.php index 4d109ae3..1e137bd2 100644 --- a/lam/tests/lib/modules/windowsUserTest.php +++ b/lam/tests/lib/modules/windowsUserTest.php @@ -80,6 +80,7 @@ use PHPUnit\Framework\TestCase; public function testWindowsManagedGroupsNotifyJob_getLastEffectiveExecutionDate() { if (!interface_exists('\LAM\JOB\Job', false)) { + $this->markTestSkipped(); return; } $resultLog = new \LAM\JOB\JobResultLog();