コード例 #1
0
ファイル: AppPathTest.php プロジェクト: agborkowski/conpago
 public function testAppPathReturnsTemplatesSourcePath()
 {
     $this->assertEquals('real' . DIRECTORY_SEPARATOR . 'base_path' . DIRECTORY_SEPARATOR . 'templates', $this->appPath->realTemplates());
 }
コード例 #2
0
ファイル: AppPathTest.php プロジェクト: conpago/conpago
 public function testAppPathReturnsTemplatesPath()
 {
     $expected = 'base_path' . DIRECTORY_SEPARATOR . 'templates';
     $this->assertPath($expected, $this->appPath->templates());
 }