Skip to content

Commit

Permalink
getContents may output string|bool, cast to string to statisy type of…
Browse files Browse the repository at this point in the history
… assertJsonStringEqualsJsonString
  • Loading branch information
xvilo committed Sep 6, 2022
1 parent 1234df1 commit e2c5173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Functional/Controller/RepoControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public function testProviderV2Action(): void
}
}
}
', $this->client->getResponse()->getContent());
', (string)$this->client->getResponse()->getContent());
}

public function testProviderV2ActionWithCache(): void
Expand Down

0 comments on commit e2c5173

Please sign in to comment.