PopTest\Font\FontTest::testConstructor PHP Méthode

testConstructor() public méthode

public testConstructor ( )
    public function testConstructor()
    {
        $this->assertInstanceOf('Pop\\Font\\TrueType', new TrueType(__DIR__ . '/../tmp/times.ttf'));
    }