Exemplo n.º 1
0
 public function testIsValid()
 {
     $countries = new Countries();
     $this->assertTrue($countries->valid('United States'));
     $this->assertFalse($countries->valid('United Front of Alien Planets'));
 }