Test Failed
Pull Request — master (#130)
by
unknown
08:44
created
tests/ValueFormatters/QuantityHtmlFormatterTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
 	 * @param string $className
62 62
 	 * @param int $uncertaintyMargin
63 63
 	 *
64
-	 * @return QuantityValue
64
+	 * @return \PHPUnit\Framework\MockObject\MockObject
65 65
 	 */
66 66
 	private function newQuantityValue( $className, $uncertaintyMargin = 0 ) {
67 67
 		$quantity = $this->getMockBuilder( $className )
Please login to merge, or discard this patch.
tests/DataValues/UnboundedQuantityValueTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use DataValues\IllegalValueException;
7 7
 use DataValues\QuantityValue;
8 8
 use DataValues\UnboundedQuantityValue;
9
-use PHPUnit\Framework\TestCase;
10 9
 
11 10
 /**
12 11
  * @covers DataValues\UnboundedQuantityValue
Please login to merge, or discard this patch.