Fabien Potencier пре 15 година
родитељ
комит
25b1be725f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tests/Symfony/Tests/Components/BrowserKit/ClientTest.php

+ 1 - 1
tests/Symfony/Tests/Components/BrowserKit/ClientTest.php

@@ -266,7 +266,7 @@ RETURN;
     $client = new TestClient();
     $client->request('GET', 'http://www.example.com/foo/foobar');
     $client->reload();
-    $this->assertEquals('http://www.example.com/foo/foobar', $client->getRequest()->getUri(), '->forward() realoads the current page');
+    $this->assertEquals('http://www.example.com/foo/foobar', $client->getRequest()->getUri(), '->forward() reloads the current page');
   }
 
   public function testRestart()