forked from LiveCarta/PayPal-PHP-SDK
[PSR] Fixed Samples
- Using `php-cs-fixer` tool.
This commit is contained in:
@@ -34,5 +34,3 @@ class PayPalConfigurationExceptionTest extends \PHPUnit_Framework_TestCase
|
||||
$this->assertEquals('Test PayPalConfigurationException', $this->object->getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@@ -46,5 +46,3 @@ class PayPalConnectionExceptionTest extends \PHPUnit_Framework_TestCase
|
||||
$this->assertEquals('response payload for connection', $this->object->getData());
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@@ -38,5 +38,3 @@ class PayPalInvalidCredentialExceptionTest extends \PHPUnit_Framework_TestCase
|
||||
$this->assertContains('Error on line', $msg);
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@@ -38,5 +38,3 @@ class PayPalMissingCredentialExceptionTest extends \PHPUnit_Framework_TestCase
|
||||
$this->assertContains('Error on line', $msg);
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user