示例#1
0
	/**
	 * Test the getLocalFilename method
	 */
	public function testGetLocalFilename(){
		$file = new \Core\Filestore\Backends\FileRemote($this->_testfile);

		// It should be some /tmp file.... :/
		$this->assertStringStartsWith(\Core\Filestore\get_tmp_path(), $file->getLocalFilename());
	}