lithium\tests\integration\data\SourceTest::skip PHP Метод

skip() публичный Метод

Skip the test if no test database connection available.
public skip ( )
    public function skip()
    {
        parent::connect($this->_connection);
        if (!class_exists('li3_fixtures\\test\\Fixtures')) {
            $this->skipIf(true, 'Need `li3_fixtures` to run tests.');
        }
    }