Example #1
0
 /**
  * @test
  */
 public function setBreakupForIntegerSetsBreakup()
 {
     $this->subject->setBreakup(12);
     $this->assertAttributeEquals(12, 'breakup', $this->subject);
 }