Esempio n. 1
0
 public function testAppPathReturnsSourcePath()
 {
     $this->assertEquals('base_path' . DIRECTORY_SEPARATOR . 'src', $this->appPath->source());
 }
Esempio n. 2
0
 public function testAppPathReturnsSourcePath()
 {
     $expected = 'base_path' . DIRECTORY_SEPARATOR . 'src';
     $this->assertPath($expected, $this->appPath->source());
 }