diff --git a/src/Bundle/ChillPersonBundle/Tests/Controller/AccompanyingCourseApiControllerTest.php b/src/Bundle/ChillPersonBundle/Tests/Controller/AccompanyingCourseApiControllerTest.php index bcee2941a..cfd126ad2 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Controller/AccompanyingCourseApiControllerTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Controller/AccompanyingCourseApiControllerTest.php @@ -388,7 +388,7 @@ final class AccompanyingCourseApiControllerTest extends WebTestCase $this->assertTrue(in_array($this->client->getResponse()->getStatusCode(), [200, 422], true)); - if ($response->getStatusCode() === 422) { + if ($this->client->getResponse()->getStatusCode() === 422) { $this->markTestSkipped('the next tests should appears only on valid accompanying period'); } @@ -522,7 +522,7 @@ final class AccompanyingCourseApiControllerTest extends WebTestCase $this->assertTrue(in_array($this->client->getResponse()->getStatusCode(), [200, 422], true)); - if ($response->getStatusCode() === 422) { + if ($this->client->getResponse()->getStatusCode() === 422) { $this->markTestSkipped('the next tests should appears only on valid accompanying period'); }