コード例 #1
0
 public function testQuotaPeriod()
 {
     $property = new Property();
     $this->assertNull($property->getQuotaPeriod());
     $this->assertInstanceOf('iMoneza\\Data\\Property', $property->setQuotaPeriod('period'));
     $this->assertEquals('period', $property->getQuotaPeriod());
 }