You are here

public function IntervalTest::testTest in Plug 7

@dataProvider getTests

File

lib/Symfony/translation/Tests/IntervalTest.php, line 21

Class

IntervalTest

Namespace

Symfony\Component\Translation\Tests

Code

public function testTest($expected, $number, $interval) {
  $this
    ->assertEquals($expected, Interval::test($number, $interval));
}