We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64585a9 commit e2f0322Copy full SHA for e2f0322
1 file changed
tests/Controller/Api/ValidationControllerTest.php
@@ -126,8 +126,6 @@ public function testGetValidationNotFound()
126
*/
127
public function testUploadDatasetCorrectParams()
128
{
129
- $this->markTestSkipped('TODO : fix test (use local directory for dev and test?)');
130
-
131
$filename = ValidationsFixtures::FILENAME_SUP_PM3;
132
$dataset = $this->createFakeUpload(
133
$filename,
@@ -229,8 +227,6 @@ public function testUploadDatasetNoFile()
229
227
230
228
public function testDeleteValidation()
231
232
233
234
$validation = $this->getValidationFixture(ValidationsFixtures::VALIDATION_ARCHIVED);
235
236
$this->client->request(
0 commit comments