8 calls to AjaxTestBase::assertCommand() in Zircon Profile 8
- AjaxFormPageCacheTest::testSimpleAJAXFormValue in core/
modules/ system/ src/ Tests/ Ajax/ AjaxFormPageCacheTest.php - Create a simple form, then submit the form via AJAX to change to it.
- CommandsTest::testAjaxCommands in core/
modules/ system/ src/ Tests/ Ajax/ CommandsTest.php - Tests the various Ajax Commands.
- CommandsTest::testAttachedSettings in core/
modules/ system/ src/ Tests/ Ajax/ CommandsTest.php - Regression test: Settings command exists regardless of JS aggregation.
- FormValuesTest::testSimpleAjaxFormValue in core/
modules/ system/ src/ Tests/ Ajax/ FormValuesTest.php - Submits forms with select and checkbox elements via Ajax.
- FrameworkTest::testAJAXRender in core/
modules/ system/ src/ Tests/ Ajax/ FrameworkTest.php - Ensures \Drupal\Core\Ajax\AjaxResponse::ajaxRender() returns JavaScript settings from the page request.
- FrameworkTest::testAJAXRenderError in core/
modules/ system/ src/ Tests/ Ajax/ FrameworkTest.php - Tests the behavior of an error alert command.
- FrameworkTest::testLazyLoad in core/
modules/ system/ src/ Tests/ Ajax/ FrameworkTest.php - Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request.
- FrameworkTest::testOrder in core/
modules/ system/ src/ Tests/ Ajax/ FrameworkTest.php - Tests AjaxResponse::prepare() AJAX commands ordering.