Completed
Pull Request — master (#1478)
by
unknown
10:44
created
tests/phpunit/test-wc-stripe-level-3-data.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -9,6 +9,9 @@
 block discarded – undo
9 9
  */
10 10
 class WC_Stripe_Level3_Data_Test extends WP_UnitTestCase {
11 11
 
12
+	/**
13
+	 * @param string $shipping_postcode
14
+	 */
12 15
 	protected function mock_level_3_order( $shipping_postcode, $with_fee = false ) {
13 16
 		// Setup the item.
14 17
 		$mock_item = $this->getMockBuilder( WC_Order_Item_Product::class )
Please login to merge, or discard this patch.