Elcodi\Bundle\TestCommonBundle\Functional\WebTestCase::loadSchema PHP Method

loadSchema() protected static method

Schema must be loaded in all test cases.
protected static loadSchema ( ) : boolean
return boolean Load schema
    protected static function loadSchema()
    {
        return static::hasFixturesBundles();
    }