EntityAddWizardTest.php

Same filename in other branches
  1. 8.x-3.x tests/modules/ctools_wizard_test/src/Wizard/EntityAddWizardTest.php

Namespace

Drupal\ctools_wizard_test\Wizard

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

Title Deprecated Summary
EntityAddWizardTest