Esempio n. 1
0
 public function testFirstNameReturnsJohnOrJane()
 {
     $this->assertContains(Person::firstName(), array('John', 'Jane'));
 }