Replace assert() with $this->assert*

[MAILPOET-4531]
This commit is contained in:
David Remer
2022-10-13 12:10:27 +03:00
committed by David Remer
parent 0679658d33
commit ea3a40863d
2 changed files with 7 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ class WorkflowsGetTest extends AutomationTest {
'user_pass' => 'abc',
'user_login' => 'workflows-get-endpoint-test',
]);
assert(is_numeric($userId));
$this->assertIsNumeric($userId);
$this->userIds[] = $userId;
}