Exemple #1
0
 public function testFont()
 {
     $stylist = new Stylist(75, 'Arial');
     $this->assertEquals('Arial', $stylist->getFont());
 }