@@ -33,7 +33,7 @@ |
||
33 | 33 | /** |
34 | 34 | * Class constructor |
35 | 35 | * |
36 | - * @param \PHPUnit_Framework_TestCase $testObject |
|
36 | + * @param \Payone\Core\Test\Unit\BaseTestCase $testObject |
|
37 | 37 | */ |
38 | 38 | public function __construct($testObject) |
39 | 39 | { |
@@ -268,7 +268,6 @@ |
||
268 | 268 | |
269 | 269 | /** |
270 | 270 | * Send the previously prepared request, log request and response into the database and return the response |
271 | - |
|
272 | 271 | * @param PayoneMethod $oPayment |
273 | 272 | * @return array |
274 | 273 | */ |