Version 1
[yaffs-website] / web / modules / contrib / ctools / tests / modules / ctools_wizard_test / src / Wizard / EntityAddWizardTest.php
diff --git a/web/modules/contrib/ctools/tests/modules/ctools_wizard_test/src/Wizard/EntityAddWizardTest.php b/web/modules/contrib/ctools/tests/modules/ctools_wizard_test/src/Wizard/EntityAddWizardTest.php
new file mode 100644 (file)
index 0000000..77ab5d5
--- /dev/null
@@ -0,0 +1,15 @@
+<?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';
+  }
+
+}