You are here

public function IntervalTest::testTest in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/translation/Tests/IntervalTest.php \Symfony\Component\Translation\Tests\IntervalTest::testTest()

@dataProvider getTests

File

vendor/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));
}