You are here

public function IntervalTest::testTestException in Zircon Profile 8.0

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

@expectedException \InvalidArgumentException

File

vendor/symfony/translation/Tests/IntervalTest.php, line 29

Class

IntervalTest

Namespace

Symfony\Component\Translation\Tests

Code

public function testTestException() {
  Interval::test(1, 'foobar');
}