Exemplo n.º 1
0
 /**
  * Tests Uf::exists()
  * @dataProvider ufProvider
  */
 public function testeConstrutorSetaUfCorretamente($uf)
 {
     $objUf = new Uf($uf);
     $this->assertEquals($objUf->getUf(), $uf);
 }