forked from LiveCarta/PayPal-PHP-SDK
Enabled EC Parameters support
- Updated Api to enabled EC Parameters - Updated Tests - Updated Logging Manager - Added a feature to do validation on accessors.
This commit is contained in:
@@ -34,8 +34,9 @@ class PPMissingCredentialExceptionTest extends \PHPUnit_Framework_TestCase
|
||||
*/
|
||||
public function testErrorMessage()
|
||||
{
|
||||
$msg = $this->object->errorMessage();
|
||||
$this->assertContains('Error on line', $msg);
|
||||
$msg = $this->object->errorMessage();
|
||||
$this->assertContains('Error on line', $msg);
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user