lithium\tests\integration\test\FilterTest::skip PHP Method

skip() public method

Skip the tests if the xdebug extension is not loaded. The Coverage filter depends on the extension.
public skip ( )
    public function skip()
    {
        $this->skipIf(!extension_loaded('xdebug'), 'The `xdebug` extension is not loaded.');
    }