mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
CamelCaseThatMethod
This commit is contained in:
parent
0494b5e71e
commit
f3ef9fe8a6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use Inpsyde\PayPalCommerce\ApiClient\TestCase;
|
|||
|
||||
class AuthorizationTest extends TestCase
|
||||
{
|
||||
public function testIdandStatus()
|
||||
public function testIdAndStatus()
|
||||
{
|
||||
$authorizationStatus = \Mockery::mock(AuthorizationStatus::class);
|
||||
$testee = new Authorization('foo', $authorizationStatus);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue