浏览代码

[BrowserKit] fixed typo

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()