Ejemplo n.º 1
0
 public function testConstruct()
 {
     $billingAgreement = new BillingAgreement();
     $this->assertTrue($billingAgreement->getActive());
     $this->assertEquals(0, $billingAgreement->getNumberCyclesBilled());
 }