From 337b2e0a928ad96497096261322884c745de19f1 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Mon, 27 Aug 2012 14:32:06 +0100 Subject: [PATCH] Marked test_init_header as incomplete --- tests/resource/server_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/resource/server_test.php b/tests/resource/server_test.php index 07dca58f..e66a05a6 100644 --- a/tests/resource/server_test.php +++ b/tests/resource/server_test.php @@ -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.'); } /**