Exemplo n.º 1
0
 /**
  * @test
  * @dataProvider percentualResizeProvider
  */
 public function testFilterPercentualResize($w, $h, $percent, $expected)
 {
     parent::testFilterPercentualResize($w, $h, $percent, $expected);
     $dimensions = $this->percentualScale($w, $h, $percent, $this->ratio($w, $h));
     $this->assertSame($expected, array_values($dimensions));
 }