Пример #1
0
 public function testShouldHaveACODE_501()
 {
     $this->assertSame(HttpErrorCode::CODE_501, HttpErrorCode::code501()->getValue());
 }