/**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_8\\ModuleFile';
     $this->answers = ['Foo', 'foo'];
     $this->target = 'foo.module';
     $this->fixture = __DIR__ . '/_module_file.module';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_7\\ModuleInfo';
     $this->answers = ['Example', 'example', 'Some description', 'custom', '7.x-1.0'];
     $this->target = 'example.info';
     $this->fixture = __DIR__ . '/_module.info';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_8\\Yml\\Routing';
     $this->answers = ['Example', 'example'];
     $this->target = 'example.routing.yml';
     $this->fixture = __DIR__ . '/_routing.yml';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_8\\Plugin\\Filter';
     $this->answers = ['Foo', 'foo', 'Example', 'filter_example'];
     $this->target = 'Example.php';
     $this->fixture = __DIR__ . '/_filter.php';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Other\\ApacheVirtualHost';
     $this->answers = ['example.com', '/var/www/example.com/public'];
     $this->target = 'example.com.conf';
     $this->fixture = __DIR__ . '/_apache_virtual_host.conf';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_8\\Yml\\Libraries';
     $this->answers = ['Example', 'example', 'module'];
     $this->target = 'example.libraries.yml';
     $this->fixture = __DIR__ . '/_libraries.yml';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_7\\CToolsPlugin\\ContentType';
     $this->answers = ['foo', 'Example', 'example', 'Some description', 'Custom', 'Node'];
     $this->target = 'plugins/content_types/example.inc';
     $this->fixture = __DIR__ . '/_content_type.inc';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_8\\Install';
     $this->answers = ['Foo', 'foo'];
     $this->target = 'foo.install';
     $this->fixture = __DIR__ . '/_.install';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_8\\Service\\Custom';
     $this->answers = ['Foo', 'foo', 'foo.example', 'Example'];
     $this->target = 'Example.php';
     $this->fixture = __DIR__ . '/_custom.php';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_8\\Plugin\\ViewsArgumentDefault';
     $this->answers = ['Foo', 'foo', 'Example', 'foo_example'];
     $this->target = 'Example.php';
     $this->fixture = __DIR__ . '/_views_argiment_default.php';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Other\\DcgCommand';
     $this->answers = ['custom:example', 'Some description', 'example'];
     $this->target = 'custom/Example.php';
     $this->fixture = __DIR__ . '/_dcg_command.php';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Other\\DrushCommand';
     $this->answers = ['yo-yo', 'yy', 'Description.', 'foo', 'bar', 'yo_yo.drush.inc'];
     $this->target = 'yo_yo.drush.inc';
     $this->fixture = __DIR__ . '/_drush_command.inc';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_8\\Yml\\ModuleInfo';
     $this->answers = ['Example', 'example', 'Example description.', 'custom', '8.x-1.0-dev', 'example.settings', 'views, node, fields'];
     $this->target = 'example.info.yml';
     $this->fixture = __DIR__ . '/_module_info.yml';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_8\\SettingsLocal';
     $this->answers = ['yes', 'drupal_8', 'root', '123', 'localhost', 'mysql'];
     $this->target = 'settings.local.php';
     $this->fixture = __DIR__ . '/_settings.local.php';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_8\\Yml\\MenuLinks';
     $this->answers = ['example'];
     $this->target = 'example.links.menu.yml';
     $this->fixture = __DIR__ . '/_links.menu.yml';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_7\\Javascript';
     $this->answers = ['Example', 'example'];
     $this->target = 'example.js';
     $this->fixture = __DIR__ . '/_javascript.js';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_8\\Form\\Config';
     $this->answers = ['Foo', 'foo', 'SettingsForm', 'foo_settings'];
     $this->target = 'SettingsForm.php';
     $this->fixture = __DIR__ . '/_config.php';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_8\\Plugin\\FieldFormatter';
     $this->answers = ['Foo', 'foo', 'Zoo', 'foo_zoo'];
     $this->target = 'ZooFormatter.php';
     $this->fixture = __DIR__ . '/_field_formatter.php';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_8\\Service\\Middleware';
     $this->answers = ['Foo', 'foo'];
     $this->target = 'FooMiddleware.php';
     $this->fixture = __DIR__ . '/_middleware.php';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_8\\Form\\Confirm';
     $this->answers = ['Foo', 'foo', 'ExampleConfirmForm', 'foo_example_confirm'];
     $this->target = 'ExampleConfirmForm.php';
     $this->fixture = __DIR__ . '/_confirm.php';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_7\\TemplatePhp';
     $this->answers = ['Example', 'example'];
     $this->target = 'template.php';
     $this->fixture = __DIR__ . '/_template.php';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_8\\Yml\\ThemeInfo';
     $this->answers = ['Example', 'example', 'garland', 'Example description.', 'custom', '8.x-1.0-dev'];
     $this->target = 'example.info.yml';
     $this->fixture = __DIR__ . '/_theme_info.yml';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_8\\Service\\BreadcrumbBuilder';
     $this->answers = ['Example', 'example', 'ExampleBreadcrumbBuilder'];
     $this->target = 'ExampleBreadcrumbBuilder.php';
     $this->fixture = __DIR__ . '/_breadcrumb_builder.php';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_8\\Plugin\\Block';
     $this->answers = ['Foo', 'foo', 'Example', 'foo_example', 'Custom'];
     $this->target = 'ExampleBlock.php';
     $this->fixture = __DIR__ . '/_block.php';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_8\\Controller';
     $this->answers = ['Example', 'example', 'ExampleController'];
     $this->target = 'ExampleController.php';
     $this->fixture = __DIR__ . '/_controller.php';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_7\\ThemeInfo';
     $this->answers = ['Bar', 'bar', 'Theme description', 'omega', '7.x-1.0'];
     $this->target = 'bar.info';
     $this->fixture = __DIR__ . '/_theme.info';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_7\\Install';
     $this->answers = ['Example', 'example'];
     $this->target = 'example.install';
     $this->fixture = __DIR__ . '/_.install';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_8\\Plugin\\FieldWidget';
     $this->answers = ['Foo', 'foo', 'Example', 'foo_example'];
     $this->target = 'ExampleWidget.php';
     $this->fixture = __DIR__ . '/_field_widget.php';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_8\\Service\\TwigExtension';
     $this->answers = ['Example', 'example', 'ExampleTwigExtension'];
     $this->target = 'ExampleTwigExtension.php';
     $this->fixture = __DIR__ . '/_twig_extension.php';
     parent::setUp();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     $this->class = 'Drupal_7\\Hook';
     $this->answers = ['Example', 'example', 'init'];
     $this->target = 'example.module';
     $this->fixture = __DIR__ . '/_hook.module';
     parent::setUp();
 }