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 e9da726 commit 536ac08Copy full SHA for 536ac08
test/Github/Tests/Api/EnvironmentTest.php
@@ -15,7 +15,7 @@ public function shouldCreateOrUpdateEnvironment()
15
->method('put')
16
->with('/repos/KnpLabs/php-github-api/environments');
17
18
- $api->create('KnpLabs', 'php-github-api');
+ $api->createOrUpdate('KnpLabs', 'php-github-api');
19
}
20
21
/**
0 commit comments