mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-01-11 13:08:40 +00:00
fix tests
This commit is contained in:
parent
7e3b417bc7
commit
7b1089c9d5
|
|
@ -98,6 +98,7 @@ final class ApiControllerTest extends \PHPUnit\Framework\TestCase
|
|||
$logs = AuditMapper::getAll()->execute();
|
||||
|
||||
foreach($logs as $log) {
|
||||
var_dump($log);
|
||||
if ($log->id > 0
|
||||
&& $log->type === 1
|
||||
&& $log->trigger === 'test-trigger'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user