Completed
Push — inject-entity-deserializer ( 77729f )
by Bene
04:12
created
tests/integration/Deserializers/EntityDeserializerTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -62,6 +62,9 @@
 block discarded – undo
62 62
 		return $this->getSerializationFromFile( 'items/current/Q1.json' );
63 63
 	}
64 64
 
65
+	/**
66
+	 * @param string $file
67
+	 */
65 68
 	private function getSerializationFromFile( $file ) {
66 69
 		$itemJson = file_get_contents( __DIR__ . '/../../data/' . $file );
67 70
 		return json_decode( $itemJson, true );
Please login to merge, or discard this patch.
tests/integration/RealEntitiesTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -49,6 +49,9 @@
 block discarded – undo
49 49
 		return $this->getEntitySerializationsFromDir( __DIR__ . '/../data/items/legacy/' );
50 50
 	}
51 51
 
52
+	/**
53
+	 * @param string $dir
54
+	 */
52 55
 	private function getEntitySerializationsFromDir( $dir ) {
53 56
 		$argumentLists = array();
54 57
 
Please login to merge, or discard this patch.