diff --git a/templates/php/README.mustache b/templates/php/README.mustache index cc1e8e72..7b41e9dc 100644 --- a/templates/php/README.mustache +++ b/templates/php/README.mustache @@ -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 diff --git a/templates/php/phpunit.xml.dist b/templates/php/phpunit.xml.dist index fde23f40..b4e4310d 100644 --- a/templates/php/phpunit.xml.dist +++ b/templates/php/phpunit.xml.dist @@ -13,7 +13,7 @@ - + ./tests/ diff --git a/templates/php/src/Client.mustache b/templates/php/src/Client.mustache index fb748bd8..9b692a3b 100644 --- a/templates/php/src/Client.mustache +++ b/templates/php/src/Client.mustache @@ -13,7 +13,7 @@ const MAX_CHUNK_SIZE = {{ maxChunkSize }}; const DEFAULT_CHUNK_SIZE = {{ defaultChunkSize }}; /** - * Api.video client + * api.video client */ class Client {