PHPUnit: include function in test

pull/4014/head
Angel Fernando Quiroz Campos 5 years ago
parent be18eaa531
commit 80b093861e
  1. 1
      tests/CoreBundle/Repository/TrackExerciseRepositoryTest.php

@ -130,6 +130,7 @@ class TrackExerciseRepositoryTest extends AbstractApiTest
//$trackExercise = $repo->find($trackExercise->getExeId());
$this->assertSame(1, $trackExercise->getAttempts()->count());
$this->assertInstanceOf(TrackEAttempt::class, $trackExercise->getAttemptByQuestionId(1));
$file = $this->getUploadedFile();

Loading…
Cancel
Save