forked from LiveCarta/PayPal-PHP-SDK
Updated Testing Framework fixing Travis Builds
- Added Group and Catching errors
This commit is contained in:
@@ -42,7 +42,7 @@ class AddressTest extends \PHPUnit_Framework_TestCase {
|
||||
$this->assertEquals(self::$countryCode, $this->address->getCountryCode());
|
||||
$this->assertEquals(self::$phone, $this->address->getPhone());
|
||||
}
|
||||
|
||||
|
||||
public function testSerializeDeserialize() {
|
||||
$a1 = $this->address;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user