Esempio n. 1
0
 public function testTitleMale()
 {
     $this->assertContains(Person::titleMale(), array('Mr.', 'Dr.', 'Prof.'));
 }