Passed
Push — develop ( 33219b...70059d )
by Remco
04:24
created
tests/Payments/PaymentTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 	public function test_construct() {
27 27
 		$payment = new Payment();
28 28
 
29
-		$this->assertInstanceOf( __NAMESPACE__ . '\Payment', $payment );
29
+		$this->assertInstanceOf( __NAMESPACE__.'\Payment', $payment );
30 30
 	}
31 31
 
32 32
 	/** 
Please login to merge, or discard this patch.