Exemplo n.º 1
0
 public function testAppPathReturnsTemplatesSourcePath()
 {
     $this->assertEquals('real' . DIRECTORY_SEPARATOR . 'base_path' . DIRECTORY_SEPARATOR . 'templates', $this->appPath->realTemplates());
 }
Exemplo n.º 2
0
 public function testAppPathReturnsTemplatesPath()
 {
     $expected = 'base_path' . DIRECTORY_SEPARATOR . 'templates';
     $this->assertPath($expected, $this->appPath->templates());
 }