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 123bfd8 commit 4eee174Copy full SHA for 4eee174
test/unit/ConfigTest.php
@@ -8,7 +8,7 @@ class ConfigTest_Config extends PHPUnit_Framework_TestCase
8
9
protected function setUp()
10
{
11
- if(getenv('TRAVIS') {
+ if(getenv('TRAVIS')) {
12
$this->base_path = '/home/travis/build/sendgrid/php-http-client/';
13
} else {
14
$this->base_path = basename(__DIR__).'../..';
0 commit comments