public function testSavePathIsMutable() { $this->config->setSavePath(__DIR__); $this->assertEquals(__DIR__, $this->config->getSavePath()); }