@@ -43,7 +43,7 @@ |
||
43 | 43 | * @since 1.0.8 |
44 | 44 | */ |
45 | 45 | public function test_method_type() { |
46 | - $columns = new Simple_Featured_Image_Column( $this->plugin_name, $this->version ); |
|
47 | - $this->assertTrue( method_exists( $columns , 'columns' ) ); |
|
46 | + $columns = new Simple_Featured_Image_Column($this->plugin_name, $this->version); |
|
47 | + $this->assertTrue(method_exists($columns, 'columns')); |
|
48 | 48 | } |
49 | 49 | } |