public function testAppPathReturnsConfigPath() { $this->assertEquals('base_path' . DIRECTORY_SEPARATOR . 'config', $this->appPath->config()); }
public function testAppPathReturnsConfigPath() { $expected = 'base_path' . DIRECTORY_SEPARATOR . 'config'; $this->assertPath($expected, $this->appPath->config()); }