Elcodi\Bundle\MediaBundle\Tests\Functional\Controller\ImageUploadControllerTest::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 true;
    }
ImageUploadControllerTest