Пример #1
0
 public function testRemovesLeadingAtSymbolFromPath()
 {
     $file = new PostFile('foo', '@' . __FILE__);
     $this->assertEquals(__FILE__, $file->getFilename());
 }