Jsor\Doctrine\PostGIS\AbstractFunctionalTestCase::_getSchemaTool PHP Method

_getSchemaTool() protected method

protected _getSchemaTool ( )
    protected function _getSchemaTool()
    {
        if (null !== $this->_schemaTool) {
            return $this->_schemaTool;
        }
        return $this->_schemaTool = new SchemaTool($this->_getEntityManager());
    }