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

@@ -66,6 +66,9 @@ class PaymentTest extends \PHPUnit_Framework_TestCase {
$this->assertEquals($p2, $this->payments['full']);
}
/**
* @group integration
*/
public function testOperations() {
$p1 = $this->payments['new'];