| 1 | <?php |
||
| 8 | class ApiClientFactoryTest extends \PHPUnit_Framework_TestCase |
||
| 9 | { |
||
| 10 | /** @var ApiClientFactory $apiClientFactory */ |
||
| 11 | protected $apiClientFactory; |
||
| 12 | |||
| 13 | public function setUp() |
||
| 17 | |||
| 18 | public function testCreateApiClient() |
||
| 27 | |||
| 28 | public function testGetBaseUriWithBaseUriAsString() |
||
| 32 | |||
| 33 | public function testGetBaseUriWithBaseUriAsArrayWithOneElement() |
||
| 39 | |||
| 40 | public function testGetBaseUriWithBaseUriAsArraywithMultipleElements() |
||
| 50 | } |
||
| 51 |