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 63509c6 commit 14f6159Copy full SHA for 14f6159
tests/Unit/Api/Membership/ListByProjectTest.php
@@ -72,7 +72,7 @@ public function testListByProjectWithParametersReturnsResponse()
72
/**
73
* @dataProvider getInvalidProjectIdentifiers
74
*/
75
- #[DataProvider('getInvalidProjectIdentifiers')]
+ #[DataProvider('getInvalidProjectIdentifiers')]
76
public function testListByProjectWithWrongProjectIdentifierThrowsException($projectIdentifier)
77
{
78
$api = new Membership(MockClient::create());
0 commit comments