lithium\tests\integration\data\DocumentTest::skip PHP Method

skip() public method

Skip the test if no allowed database connection available.
public skip ( )
    public function skip()
    {
        parent::connect($this->_connection);
        $this->skipIf(!$this->with(array('MongoDb', 'CouchDb')));
    }