@@ -25,7 +25,7 @@ |
||
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 | /** |