public function getFilePath() { return $this->filePath; }
public function testMake() { $this->assertEquals('ArrayArchive', $this->archive->getArchiveType()); $this->assertEquals('foo', $this->archive->getFilePath()); }