Exemplo n.º 1
0
 /**
  * @dataProvider percentageValueDataProvider
  */
 public function testPercentageValue($value, $relatedValue, $expected)
 {
     $result = Dimmensions::getPercentageValue($value, $relatedValue, true);
     $this->assertSame($expected, $result);
 }