public function IntervalTest::testTestException in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/translation/Tests/IntervalTest.php \Symfony\Component\Translation\Tests\IntervalTest::testTestException()
@expectedException \InvalidArgumentException
File
- vendor/
symfony/ translation/ Tests/ IntervalTest.php, line 29
Class
Namespace
Symfony\Component\Translation\TestsCode
public function testTestException() {
Interval::test(1, 'foobar');
}