public function testShouldHaveACODE_406()
 {
     $this->assertSame(HttpErrorCode::CODE_406, HttpErrorCode::code406()->getValue());
 }