Skip to content

Commit 7844017

Browse files
authored
Merge pull request #163 from apivideo/fix-api-video-case
Fix api.video case in php client
2 parents d277048 + 112e0f7 commit 7844017

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

templates/php/README.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ In order to run the PhpUnit tests, it is necessary to enter two variables in the
160160
- `BASE_URI` (for example : `https://sandbox.api.video`)
161161
- `API_KEY`
162162

163-
These identifiers must belong to a real Api.video account.
163+
These identifiers must belong to a real api.video account.
164164

165165
```
166166
$ BASE_URI="" API_KEY="..." vendor/bin/phpunit

templates/php/phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ini name="error_reporting" value="-1"/>
1414
</php>
1515
<testsuites>
16-
<testsuite name="Api.video PHP client Test Suite">
16+
<testsuite name="api.video PHP client Test Suite">
1717
<directory>./tests/</directory>
1818
</testsuite>
1919
</testsuites>

templates/php/src/Client.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const MAX_CHUNK_SIZE = {{ maxChunkSize }};
1313
const DEFAULT_CHUNK_SIZE = {{ defaultChunkSize }};
1414

1515
/**
16-
* Api.video client
16+
* api.video client
1717
*/
1818
class Client
1919
{

0 commit comments

Comments
 (0)