Skip to content

Commit

Permalink
Fix api.video case in php client
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-lando committed Mar 8, 2023
1 parent d277048 commit 112e0f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/php/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ In order to run the PhpUnit tests, it is necessary to enter two variables in the
- `BASE_URI` (for example : `https://sandbox.api.video`)
- `API_KEY`

These identifiers must belong to a real Api.video account.
These identifiers must belong to a real api.video account.

```
$ BASE_URI="" API_KEY="..." vendor/bin/phpunit
Expand Down
2 changes: 1 addition & 1 deletion templates/php/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ini name="error_reporting" value="-1"/>
</php>
<testsuites>
<testsuite name="Api.video PHP client Test Suite">
<testsuite name="api.video PHP client Test Suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
Expand Down
2 changes: 1 addition & 1 deletion templates/php/src/Client.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const MAX_CHUNK_SIZE = {{ maxChunkSize }};
const DEFAULT_CHUNK_SIZE = {{ defaultChunkSize }};

/**
* Api.video client
* api.video client
*/
class Client
{
Expand Down

0 comments on commit 112e0f7

Please sign in to comment.