Tests: minor clarification on xdebug skipped test

This commit is contained in:
Denis
2014-02-17 13:44:01 +02:00
parent ebed97c906
commit c67b08826f
@@ -248,6 +248,9 @@ class PrettyPageHandlerTest extends TestCase
public function testEditorXdebug()
{
if (!extension_loaded('xdebug')) {
// Even though this test only uses ini_set and ini_get,
// without xdebug active, those calls do not work.
// In particular, ini_get after ini_setting returns false.
return $this->markTestSkipped('The xdebug extension is not loaded.');
}