Skip to content

Commit

Permalink
SANTA-222: fix phpunit container
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck Chiu committed Sep 10, 2024
1 parent 6cf6724 commit 15f9f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/api/FirstApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ final class FirstApiTest extends KernelTestCase
protected function setUp(): void
{
self::bootKernel();
$this->httpClient = self::$container->get(HttpClientInterface::class);
$this->httpClient = self::getContainer()->get(HttpClientInterface::class);
$this->host = $_ENV['HOST'];
}

Expand Down

0 comments on commit 15f9f3a

Please sign in to comment.