Esempio n. 1
0
	public function testIsPreviewable(){
		$file = new \Core\Filestore\Backends\FileRemote($this->_testimage);
		$this->assertTrue($file->isPreviewable());
	}