示例#1
0
 public function testAppPathReturnsTemplatesPath()
 {
     $this->assertEquals('base_path' . DIRECTORY_SEPARATOR . 'templates', $this->appPath->templates());
 }
示例#2
0
 public function testAppPathReturnsTemplatesPath()
 {
     $expected = 'base_path' . DIRECTORY_SEPARATOR . 'templates';
     $this->assertPath($expected, $this->appPath->templates());
 }