Example #1
0
	/**
	 * Test the getLocalFilename method
	 */
	public function testGetLocalFilename(){
		$file = new \Core\Filestore\Backends\FileLocal('core/tests/updater-testdocument.txt');

		// For local files, it's the same :)
		$this->assertEquals($file->getFilename(), $file->getLocalFilename());
	}