getMock('Symfony\Component\Filesystem\Filesystem'); } protected function getSchema() { return file_get_contents($this->getSchemaPath()); } protected function getSchemaPath() { return __DIR__ . '/../../../../../lib/conf.d/plugin-schema.json'; } }