예제 #1
0
 public function testAppPathReturnsConfigPath()
 {
     $this->assertEquals('base_path' . DIRECTORY_SEPARATOR . 'config', $this->appPath->config());
 }
예제 #2
0
 public function testAppPathReturnsConfigPath()
 {
     $expected = 'base_path' . DIRECTORY_SEPARATOR . 'config';
     $this->assertPath($expected, $this->appPath->config());
 }