You are here

EntityAddWizardTest.php in Chaos Tool Suite (ctools) 8.3

File

tests/modules/ctools_wizard_test/src/Wizard/EntityAddWizardTest.php
View source
<?php

namespace Drupal\ctools_wizard_test\Wizard;

class EntityAddWizardTest extends EntityEditWizardTest {

  /**
   * {@inheritdoc}
   */
  public function getRouteName() {
    return 'entity.ctools_wizard_test_config_entity.add_step_form';
  }

}

Classes