mirror of
https://github.com/filp/whoops.git
synced 2026-08-31 12:38:10 +00:00
Tests: minor clarification on xdebug skipped test
This commit is contained in:
@@ -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.');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user