You are here

55 calls to FormTestBase::getPath() in Purge 8.3

AjaxFormTestBase::postAjaxForm in modules/purge_ui/tests/src/Functional/Form/AjaxFormTestBase.php
Submits a ajax form through http_kernel.
AjaxFormTestBase::testAjaxDialog in modules/purge_ui/tests/src/Functional/Form/AjaxFormTestBase.php
Tests that forms have the Ajax dialog library loaded.
FormTestBase::getBuiltForm in modules/purge_ui/tests/src/Functional/Form/FormTestBase.php
Fetch a built form array fetched via its controller.
FormTestBase::testRouteAccess in modules/purge_ui/tests/src/Functional/Form/FormTestBase.php
Test that the form route isn't accessible anonymously or on bad routes.
FormTestBase::testRouteAccessGranted in modules/purge_ui/tests/src/Functional/Form/FormTestBase.php
Tests that the form route isn't accessible anonymously.
FormTestBase::testRouteTitle in modules/purge_ui/tests/src/Functional/Form/FormTestBase.php
Assert that the title is present.
PluginConfigFormTestBase::testCancelPresenceOrAbsence in modules/purge_ui/tests/src/Functional/Form/Config/PluginConfigFormTestBase.php
Tests cancel button presence/absence.
PluginConfigFormTestBase::testSaveConfigurationPresence in modules/purge_ui/tests/src/Functional/Form/Config/PluginConfigFormTestBase.php
Tests save button presence/absence.
ProcessorAddFormTest::testAddPresence in modules/purge_ui/tests/src/Functional/Form/ProcessorAddFormTest.php
Tests that the right processors are listed on the form.
ProcessorAddFormTest::testCancelPresence in modules/purge_ui/tests/src/Functional/Form/ProcessorAddFormTest.php
Tests that the cancel button is present.
ProcessorAddFormTest::testRouteConditionalAccess in modules/purge_ui/tests/src/Functional/Form/ProcessorAddFormTest.php
Tests that the form route is only accessible under the right conditions.
ProcessorConfigDialogFormTest::testSaveConfigurationSubmit in modules/purge_ui/tests/src/Functional/Form/ProcessorConfigDialogFormTest.php
Tests save button presence/absence.
ProcessorConfigFormTest::testFieldExistence in tests/modules/purge_processor_test/tests/src/Functional/ProcessorConfigFormTest.php
Verify that the form contains all fields we require.
ProcessorConfigFormTest::testSaveConfigurationSubmit in tests/modules/purge_processor_test/tests/src/Functional/ProcessorConfigFormTest.php
Tests save button presence/absence.
ProcessorConfigFormTest::testSaveConfigurationSubmit in modules/purge_ui/tests/src/Functional/Form/ProcessorConfigFormTest.php
Tests save button presence/absence.
ProcessorDeleteFormTest::testDeleteProcessor in modules/purge_ui/tests/src/Functional/Form/ProcessorDeleteFormTest.php
Tests that 'Yes, delete..', deletes the processor and closes the window.
ProcessorDeleteFormTest::testNoPresence in modules/purge_ui/tests/src/Functional/Form/ProcessorDeleteFormTest.php
Tests that the "No" cancel button is present.
ProcessorDetailsFormTest::testDetailForm in modules/purge_ui/tests/src/Functional/Form/ProcessorDetailsFormTest.php
Tests that the close button works and that content exists.
PurgerAddFormTest::testAddPresence in modules/purge_ui/tests/src/Functional/Form/PurgerAddFormTest.php
Tests that the right purgers are listed on the form.
PurgerAddFormTest::testCancelPresence in modules/purge_ui/tests/src/Functional/Form/PurgerAddFormTest.php
Tests that the cancel button is present.
PurgerAddFormTest::testRouteConditionalAccess in modules/purge_ui/tests/src/Functional/Form/PurgerAddFormTest.php
Tests that the form route is only accessible under the right conditions.
PurgerAddFormTest::testTwoAvailablePurgers in modules/purge_ui/tests/src/Functional/Form/PurgerAddFormTest.php
Tests the 'plugin_id' form element for listing only available purgers.
PurgerConfigDialogFormTest::testSaveConfigurationSubmit in modules/purge_ui/tests/src/Functional/Form/PurgerConfigDialogFormTest.php
Tests save button presence/absence.
PurgerConfigFormTest::testFieldExistence in tests/modules/purge_purger_test/tests/src/Functional/PurgerConfigFormTest.php
Verify that the form contains all fields we require.
PurgerConfigFormTest::testSaveConfigurationSubmit in tests/modules/purge_purger_test/tests/src/Functional/PurgerConfigFormTest.php
Tests save button presence/absence.
PurgerConfigFormTest::testSaveConfigurationSubmit in modules/purge_ui/tests/src/Functional/Form/PurgerConfigFormTest.php
Tests save button presence/absence.
PurgerDeleteFormTest::testDeletePurger in modules/purge_ui/tests/src/Functional/Form/PurgerDeleteFormTest.php
Tests that 'Yes, delete..', deletes the purger and closes the window.
PurgerDeleteFormTest::testNoPresence in modules/purge_ui/tests/src/Functional/Form/PurgerDeleteFormTest.php
Tests that the "No" cancel button is present.
PurgerDeleteFormTest::testRouteAccess in modules/purge_ui/tests/src/Functional/Form/PurgerDeleteFormTest.php
Test that the form route isn't accessible anonymously or on bad routes.
PurgerDetailsFormTest::testDetailForm in modules/purge_ui/tests/src/Functional/Form/PurgerDetailsFormTest.php
Tests that the close button works and that content exists.
PurgerMoveFormDownTest::testMoveDown in modules/purge_ui/tests/src/Functional/Form/PurgerMoveFormDownTest.php
Tests that 'Yes!', moves the purger in order and closes the window.
PurgerMoveFormDownTest::testNoPresence in modules/purge_ui/tests/src/Functional/Form/PurgerMoveFormDownTest.php
Tests that the "No" cancel button is present.
PurgerMoveFormUpTest::testMoveUp in modules/purge_ui/tests/src/Functional/Form/PurgerMoveFormUpTest.php
Tests that 'Yes!', moves the purger in order and closes the window.
PurgerMoveFormUpTest::testNoPresence in modules/purge_ui/tests/src/Functional/Form/PurgerMoveFormUpTest.php
Tests that the "No" cancel button is present.
QueueBrowserFormTest::testClose in modules/purge_ui/tests/src/Functional/Form/QueueBrowserFormTest.php
Tests that the close button closes the dialog.
QueueBrowserFormTest::testData in modules/purge_ui/tests/src/Functional/Form/QueueBrowserFormTest.php
Tests that data is shown accordingly.
QueueBrowserFormTest::testPresence in modules/purge_ui/tests/src/Functional/Form/QueueBrowserFormTest.php
Tests basic expectations of the form.
QueueChangeFormTest::testChangeForm in modules/purge_ui/tests/src/Functional/Form/QueueChangeFormTest.php
Tests that the selection form looks as expected.
QueueChangeFormTest::testChangeFormSubmit in modules/purge_ui/tests/src/Functional/Form/QueueChangeFormTest.php
Tests that changing the form works as expected.
QueueDetailsFormTest::testDetailForm in modules/purge_ui/tests/src/Functional/Form/QueueDetailsFormTest.php
Tests that the close button works and that content exists.
QueueEmptyFormTest::testConfirm in modules/purge_ui/tests/src/Functional/Form/QueueEmptyFormTest.php
Tests that the confirm button clears the queue.
QueueEmptyFormTest::testNo in modules/purge_ui/tests/src/Functional/Form/QueueEmptyFormTest.php
Tests that the "No" cancel button closes the dialog.
QueueEmptyFormTest::testPresence in modules/purge_ui/tests/src/Functional/Form/QueueEmptyFormTest.php
Tests basic expectations of the form.
QueuerAddFormTest::testAddPresence in modules/purge_ui/tests/src/Functional/Form/QueuerAddFormTest.php
Tests that the right queuers are listed on the form.
QueuerAddFormTest::testCancelPresence in modules/purge_ui/tests/src/Functional/Form/QueuerAddFormTest.php
Tests that the cancel button is present.
QueuerAddFormTest::testRouteConditionalAccess in modules/purge_ui/tests/src/Functional/Form/QueuerAddFormTest.php
Tests that the form route is only accessible under the right conditions.
QueuerConfigDialogFormTest::testSaveConfigurationSubmit in modules/purge_ui/tests/src/Functional/Form/QueuerConfigDialogFormTest.php
Tests save button presence/absence.
QueuerConfigFormTest::testDefaultFormState in modules/purge_queuer_coretags/tests/src/Functional/QueuerConfigFormTest.php
QueuerConfigFormTest::testFieldExistence in tests/modules/purge_queuer_test/tests/src/Functional/QueuerConfigFormTest.php
Verify that the form contains all fields we require.
QueuerConfigFormTest::testSaveConfigurationSubmit in modules/purge_queuer_coretags/tests/src/Functional/QueuerConfigFormTest.php
Tests save button presence/absence.
QueuerConfigFormTest::testSaveConfigurationSubmit in tests/modules/purge_queuer_test/tests/src/Functional/QueuerConfigFormTest.php
Tests save button presence/absence.
QueuerConfigFormTest::testSaveConfigurationSubmit in modules/purge_ui/tests/src/Functional/Form/QueuerConfigFormTest.php
Tests save button presence/absence.
QueuerDeleteFormTest::testDeleteQueuer in modules/purge_ui/tests/src/Functional/Form/QueuerDeleteFormTest.php
Tests that 'Yes, delete..', deletes the queuer and closes the window.
QueuerDeleteFormTest::testNoPresence in modules/purge_ui/tests/src/Functional/Form/QueuerDeleteFormTest.php
Tests that the "No" cancel button is present.
QueuerDetailsFormTest::testDetailForm in modules/purge_ui/tests/src/Functional/Form/QueuerDetailsFormTest.php
Tests that the close button works and that content exists.