Updated Testing Framework fixing Travis Builds

- Added Group  and Catching errors
This commit is contained in:
Jay Patel
2014-09-21 20:37:34 -05:00
parent 1d43f9cfe0
commit 6e14f51aa5
7 changed files with 85 additions and 45 deletions

View File

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