value = array(); $this->command = new MockCommand(); $this->response = new Response(200, array( 'X-Foo' => 'bar', 'Content-Length' => 3, 'Content-Type' => 'text/plain' ), 'Foo'); } }