public function IntervalTest::testTest in Zircon Profile 8
Same name and namespace in other branches
- 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
Namespace
Symfony\Component\Translation\TestsCode
public function testTest($expected, $number, $interval) {
$this
->assertEquals($expected, Interval::test($number, $interval));
}