Marked test_init_header as incomplete

This commit is contained in:
Alex Bilbie 2012-08-27 14:32:06 +01:00
parent 3642b8432e
commit 337b2e0a92

View File

@ -67,7 +67,7 @@ class Resource_Server_test extends PHPUnit_Framework_TestCase {
function test_init_header()
{
// Test with authorisation header
//$this->markTestIncomplete('Authorisation header test has not been implemented yet.');
$this->markTestIncomplete('Authorisation header test has not been implemented yet.');
}
/**