示例#1
0
 public function testWWWAuthenticateToStringReturnsHeaderFormattedString()
 {
     $this->markTestIncomplete('WWWAuthenticate needs to be completed');
     $wWWAuthenticateHeader = new WWWAuthenticate();
     // @todo set some values, then test output
     $this->assertEmpty('WWW-Authenticate: xxx', $wWWAuthenticateHeader->toString());
 }