fixed test
This commit is contained in:
parent
e5344b0568
commit
b3905d73ca
|
@ -80,6 +80,7 @@ use PHPUnit\Framework\TestCase;
|
||||||
|
|
||||||
public function testWindowsManagedGroupsNotifyJob_getLastEffectiveExecutionDate() {
|
public function testWindowsManagedGroupsNotifyJob_getLastEffectiveExecutionDate() {
|
||||||
if (!interface_exists('\LAM\JOB\Job', false)) {
|
if (!interface_exists('\LAM\JOB\Job', false)) {
|
||||||
|
$this->markTestSkipped();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$resultLog = new \LAM\JOB\JobResultLog();
|
$resultLog = new \LAM\JOB\JobResultLog();
|
||||||
|
|
Loading…
Reference in New Issue