fix typo in test skipped message

This commit is contained in:
Roman Marintšenko 2013-08-25 20:26:07 +03:00 committed by Fabien Potencier
parent e71608339f
commit a1d7437b75
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class MemcachedSessionHandlerTest extends \PHPUnit_Framework_TestCase
protected function setUp()
{
if (!class_exists('Memcached')) {
$this->markTestSkipped('Skipped tests Memcache class is not present');
$this->markTestSkipped('Skipped tests Memcached class is not present');
}
$this->memcached = $this->getMock('Memcached');