You are here

public function IntervalTest::testTestException in Plug 7

@expectedException \InvalidArgumentException

File

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

Class

IntervalTest

Namespace

Symfony\Component\Translation\Tests

Code

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