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