Elcodi\Bundle\TestCommonBundle\Functional\WebTestCase::loadSchema PHP Метод

loadSchema() защищенный статический Метод

Schema must be loaded in all test cases.
protected static loadSchema ( ) : boolean
Результат boolean Load schema
    protected static function loadSchema()
    {
        return static::hasFixturesBundles();
    }