@@ -22,7 +22,7 @@ |
||
| 22 | 22 | |
| 23 | 23 | $frame->setFile(__FILE__); |
| 24 | 24 | $frame->setPath(__DIR__.'/../tests'); |
| 25 | - $this->assertEquals(__DIR__ .'/', $frame->getPath()); |
|
| 25 | + $this->assertEquals(__DIR__.'/', $frame->getPath()); |
|
| 26 | 26 | $this->assertTrue($frame->hasPath()); |
| 27 | 27 | $this->assertEquals(basename(__FILE__), $frame->getRelativeFilepath()); |
| 28 | 28 | } |
@@ -24,6 +24,6 @@ |
||
| 24 | 24 | throw new \InvalidArgumentException('Path does not exist: '.$path); |
| 25 | 25 | } |
| 26 | 26 | |
| 27 | - $this->path = $realpath . '/'; |
|
| 27 | + $this->path = $realpath.'/'; |
|
| 28 | 28 | } |
| 29 | 29 | } |