From b1de2a2f2f6e0a7f0aa30ea2bc1ba3cc257280af Mon Sep 17 00:00:00 2001 From: Tobias Schultze Date: Tue, 1 May 2012 21:35:18 +0300 Subject: [PATCH] [HttpKernel] fix typo, commit 9fed41 fixed only half of it --- .../HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php b/src/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php index 155888a37d..4679a0efa5 100644 --- a/src/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php +++ b/src/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php @@ -75,7 +75,7 @@ class MongoDbProfilerStorageTest extends AbstractProfilerStorageTest if (self::$storage) { self::$storage->purge(); } else { - $this->markTestSkipped('MongoDbProfilerStorageTest requires then mongo PHP extension and a MongoDB server on localhost'); + $this->markTestSkipped('MongoDbProfilerStorageTest requires the mongo PHP extension and a MongoDB server on localhost'); } } }