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