Browse Source

fixed test

pull/102/head
Roland Gruber 3 years ago
parent
commit
b3905d73ca
  1. 1
      lam/tests/lib/modules/windowsUserTest.php

1
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();

Loading…
Cancel
Save