Example #1
0
	public function testIsPreviewable(){
		$file = new \Core\Filestore\Backends\FileLocal('core/tests/ivak_TV_Test_Screen.png');
		$this->assertTrue($file->isPreviewable());
	}