Skip to content

Commit 61dabc3

Browse files
Travis fix
1 parent 11f240a commit 61dabc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/ConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class ConfigTest_Config extends PHPUnit_Framework_TestCase
88

99
protected function setUp()
1010
{
11-
$this->base_path = dirname("..");
11+
$this->base_path = dirname('../');
1212
$this->config_filename = '.env_sample';
1313
$this->config = new SendGrid\Config($this->base_path, $this->config_filename);
1414
}

0 commit comments

Comments
 (0)