Completed
Pull Request — master (#130)
by None
07:05
created
tests/phpunit/parsers/LocationParserTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -94,6 +94,9 @@
 block discarded – undo
94 94
 		$this->assertHasJsonKeyWithValue( $location, 'link', $link );
95 95
 	}
96 96
 
97
+	/**
98
+	 * @param string $key
99
+	 */
97 100
 	protected function assertHasJsonKeyWithValue( Location $polygon, $key, $value ) {
98 101
 		$json = $polygon->getJSONObject();
99 102
 
Please login to merge, or discard this patch.