Ejemplo n.º 1
0
 public function testAppPathReturnsSessionsPath()
 {
     $this->assertEquals('base_path' . DIRECTORY_SEPARATOR . 'tmp' . DIRECTORY_SEPARATOR . 'sessions', $this->appPath->sessions());
 }
Ejemplo n.º 2
0
 public function testAppPathReturnsSessionsPath()
 {
     $expected = 'base_path' . DIRECTORY_SEPARATOR . 'tmp' . DIRECTORY_SEPARATOR . 'sessions';
     $this->assertPath($expected, $this->appPath->sessions());
 }