Refactoring tests

This commit is contained in:
Gabriel Caruso
2017-12-06 14:33:46 -02:00
parent 81c2c17fd7
commit c378f6dfbf
9 changed files with 18 additions and 18 deletions

View File

@@ -52,7 +52,7 @@ class PayPalCredentialManagerTest extends TestCase
public function testGetInstance()
{
$instance = $this->object->getInstance($this->config);
$this->assertTrue($instance instanceof PayPalCredentialManager);
$this->assertInstanceOf('PayPal\Core\PayPalCredentialManager', $instance);
}
/**