Skip to content

Commit 72523bb

Browse files
committed
fix(tests): better func name
1 parent 4f35e26 commit 72523bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Functional/PullRequests/PullRequest7135Test.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function testValidPostRequestWithIriWhenIdentifierIsUuid(): void
4545
}
4646

4747
$this->recreateSchema(self::getResources());
48-
$bar = $this->loadFixtures();
48+
$bar = $this->loadBarFixture();
4949

5050
$response = self::createClient()->request('POST', '/pull-request-7135/foo/', [
5151
'json' => [
@@ -85,7 +85,7 @@ public function testInvalidGetRequestWhenIdentifierIsUuid(): void
8585
self::assertEquals(404, $response->getStatusCode());
8686
}
8787

88-
protected function loadFixtures(): Bar
88+
protected function loadBarFixture(): Bar
8989
{
9090
$container = static::getContainer();
9191
$registry = $container->get('doctrine');

0 commit comments

Comments
 (0)