[HttpKernel] fix typo, commit 9fed41 fixed only half of it

This commit is contained in:
Tobias Schultze 2012-05-01 21:35:18 +03:00
parent 8eea5c3d5f
commit b1de2a2f2f

View File

@ -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');
}
}
}