Skip to content

Commit

Permalink
add Incomplete tests markers - correct travis errors
Browse files Browse the repository at this point in the history
  • Loading branch information
spell00 committed Jul 10, 2020
1 parent c5943ba commit 0cf898a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/api/test/LorisApiProjectsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ public function testGetProjectsProjectImages(): void
} else {
$this->assertSame(
gettype($qc_status),
null
'NULL'
);
}
$selected = $projectsImagesArray['Images']['0']['QC_status'];
Expand All @@ -353,7 +353,7 @@ public function testGetProjectsProjectImages(): void
} else {
$this->assertSame(
gettype($selected),
null
'NULL'
);
}
$this->assertSame(
Expand Down

0 comments on commit 0cf898a

Please sign in to comment.