Merge remote-tracking branch 'upstream/develop' into refactor_entities
* upstream/develop: implement getWebhookInfo method Fix duplicate test case Add test for unit testing class Entitiel/User Move AudioTest.php from tests/Unit* to tests/unit* Fix error importing class TestHelpers Correcting grammatical errors Add unit test for Audio class Add helper method generate fake audio recorded data Add dependency for ext-mbstring, as suggested by @IronLady in #92 [skip ci]
Showing
... | @@ -21,6 +21,7 @@ | ... | @@ -21,6 +21,7 @@ |
"php": ">=5.5.0", | "php": ">=5.5.0", | ||
"ext-pdo": "*", | "ext-pdo": "*", | ||
"ext-curl": "*", | "ext-curl": "*", | ||
"ext-mbstring": "*", | |||
"monolog/monolog": "^1.19", | "monolog/monolog": "^1.19", | ||
"guzzlehttp/guzzle": "~6.0" | "guzzlehttp/guzzle": "~6.0" | ||
}, | }, | ||
... | ... |
src/Entities/WebhookInfo.php
0 → 100644
Please register or sign in to comment