We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f35e26 commit 72523bbCopy full SHA for 72523bb
tests/Functional/PullRequests/PullRequest7135Test.php
@@ -45,7 +45,7 @@ public function testValidPostRequestWithIriWhenIdentifierIsUuid(): void
45
}
46
47
$this->recreateSchema(self::getResources());
48
- $bar = $this->loadFixtures();
+ $bar = $this->loadBarFixture();
49
50
$response = self::createClient()->request('POST', '/pull-request-7135/foo/', [
51
'json' => [
@@ -85,7 +85,7 @@ public function testInvalidGetRequestWhenIdentifierIsUuid(): void
85
self::assertEquals(404, $response->getStatusCode());
86
87
88
- protected function loadFixtures(): Bar
+ protected function loadBarFixture(): Bar
89
{
90
$container = static::getContainer();
91
$registry = $container->get('doctrine');
0 commit comments