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 61dabc3 commit 316bfd6Copy full SHA for 316bfd6
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 = basename(__DIR__).'../..';
12
$this->config_filename = '.env_sample';
13
$this->config = new SendGrid\Config($this->base_path, $this->config_filename);
14
}
0 commit comments