CamelCaseThatMethod

This commit is contained in:
Mészáros Róbert 2020-04-15 16:45:31 +03:00
parent 0494b5e71e
commit f3ef9fe8a6

View file

@ -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);