public function testVerificaSeUmItemExisteComEleNaoInformado()
 {
     $attribute = new Attributes();
     $attribute->setMany(['href' => 'http://www.webdevbr.com.br', 'class' => 'btn btn-success']);
     $this->assertEquals(false, $attribute->exists('src'));
 }