Example #1
0
	public function testGetContents() {
		$file1 = new \Core\Filestore\Backends\FileLocal('core/tests/updater-testdocument.txt');

		$this->assertNotEmpty($file1->getContents());
	}