PopTest\Font\FontTest::testConstructorException PHP Method

testConstructorException() public method

    public function testConstructorException()
    {
        $this->setExpectedException('Pop\\Font\\Exception');
        $font = new TrueType(__DIR__ . '/../tmp/nofont.ttf');
    }