From 49d622cde7793f4741147a9b4848623717b059b7 Mon Sep 17 00:00:00 2001 From: Paulo Carvalho Date: Tue, 4 Nov 2014 13:51:46 +0000 Subject: [PATCH] no message --- tests/Cubex/Http/Visitor/VisitorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Cubex/Http/Visitor/VisitorTest.php b/tests/Cubex/Http/Visitor/VisitorTest.php index 18ed7d1..fcab7c9 100644 --- a/tests/Cubex/Http/Visitor/VisitorTest.php +++ b/tests/Cubex/Http/Visitor/VisitorTest.php @@ -80,7 +80,7 @@ public function testFromAppEngine() $request = new \Cubex\Http\Request(); $server = [ 'REMOTE_ADDR' => '123.123.123.123', - 'SERVER_SOFTWARE' => 'Google App Engine/1.0', + 'SERVER_SOFTWARE' => 'Google App Engine/1.9.15', 'X-AppEngine-Country' => 'US', 'X-AppEngine-City' => 'Mountain View', 'X-AppEngine-Region' => 'CA',