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 11f240a commit 61dabc3Copy full SHA for 61dabc3
test/unit/ConfigTest.php
@@ -8,7 +8,7 @@ class ConfigTest_Config extends PHPUnit_Framework_TestCase
8
9
protected function setUp()
10
{
11
- $this->base_path = dirname("..");
+ $this->base_path = dirname('../');
12
$this->config_filename = '.env_sample';
13
$this->config = new SendGrid\Config($this->base_path, $this->config_filename);
14
}
0 commit comments