Example #1
0
 public function testRibbonWith1x1x10()
 {
     $this->day2->setDimensions('1x1x10');
     $this->assertEquals(14, $this->day2->getFeetOfRibbon());
 }