Пример #1
0
	public function testGetMTime() {
		$file1 = new \Core\Filestore\Backends\FileRemote($this->_testfile);

		$this->assertFalse($file1->getMTime());
	}