Knp\Bundle\TimeBundle\DateTimeFormatterTest::testGetDiffMessageThrowsAnExceptionIfTheDiffUnitIsNotSupported PHP Method

testGetDiffMessageThrowsAnExceptionIfTheDiffUnitIsNotSupported() public method

    public function testGetDiffMessageThrowsAnExceptionIfTheDiffUnitIsNotSupported()
    {
        $this->setExpectedException('InvalidArgumentException');
        $this->formatter->getDiffMessage(1, true, 'patate');
    }