PHP 8 Compatibility
This commit is contained in:
@@ -44,7 +44,7 @@ class TaskProcedureTest extends BaseProcedureTest
|
||||
public function assertGetAllTasks()
|
||||
{
|
||||
$tasks = $this->app->getAllTasks($this->projectId);
|
||||
$this->assertInternalType('array', $tasks);
|
||||
$this->assertIsArray($tasks);
|
||||
$this->assertNotEmpty($tasks);
|
||||
$this->assertArrayHasKey('url', $tasks[0]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user