PopTest\Font\FontTest::testConstructorException PHP 메소드

testConstructorException() 공개 메소드

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