We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e4b68 commit 37c197fCopy full SHA for 37c197f
circle.yml
@@ -0,0 +1,7 @@
1
+test:
2
+ override:
3
+ - phpunit
4
+
5
+machine:
6
+ php:
7
+ version: 5.5.11
tests/Intercom/IntercomBasicAuthClientTest.php
@@ -36,7 +36,7 @@ public function testAuthIsSet()
36
function testGetServiceDescriptionFromFile()
37
{
38
$client = new IntercomBasicAuthClient($this->config);
39
- $sd = $client->getServiceDescriptionFromFile(__DIR__ . '/../../src/intercom/Service/config/intercom_v3.json');
+ $sd = $client->getServiceDescriptionFromFile(__DIR__ . '/../../src/Intercom/Service/config/intercom_v3.json');
40
$this->assertInstanceOf('Guzzle\Service\Description\ServiceDescription', $sd);
41
}
42
0 commit comments