Passed
Push — develop ( ff447e...e7f3f0 )
by Remco
04:02
created
tests/CreditCardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
 	public function test_construct() {
26 26
 		$credit_card = new CreditCard();
27 27
 
28
-		$this->assertInstanceOf( __NAMESPACE__ . '\CreditCard', $credit_card );
28
+		$this->assertInstanceOf( __NAMESPACE__.'\CreditCard', $credit_card );
29 29
 	}
30 30
 
31 31
 	/** 
Please login to merge, or discard this patch.