示例#1
0
	public function testIsText(){
		$file1 = new \Core\Filestore\Backends\FileRemote($this->_testfile);
		$file2 = new \Core\Filestore\Backends\FileRemote($this->_testimage);

		$this->assertTrue($file1->isText());
		$this->assertFalse($file2->isText());
	}