Skip to content

Commit

Permalink
[HttpKernel] fix typo, commit 9fed41 fixed only half of it
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobion committed May 1, 2012
1 parent 8eea5c3 commit b1de2a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ protected function setUp()
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');
}
}
}

0 comments on commit b1de2a2

Please sign in to comment.