9 calls to PathautoTestHelperTrait::assertAliasExists() in Pathauto 8
- PathautoBulkUpdateTest::testBulkUpdate in tests/
src/ Functional/ PathautoBulkUpdateTest.php - PathautoEnablingEntityTypesTest::testEnablingEntityTypes in tests/
src/ Functional/ PathautoEnablingEntityTypesTest.php - A suite of tests to verify if the feature to enable and disable the ability to define alias patterns for a given entity type works. Test with the comment module, as it is not enabled by default.
- PathautoKernelTest::testPathDeleteMultiple in tests/
src/ Kernel/ PathautoKernelTest.php - Test pathauto_path_delete_multiple().
- PathautoKernelTest::testUpdateActions in tests/
src/ Kernel/ PathautoKernelTest.php - Test the different update actions in \Drupal::service('pathauto.generator')->createEntityAlias().
- PathautoLocaleTest::testLanguageAliases in tests/
src/ FunctionalJavascript/ PathautoLocaleTest.php - Test that when an English node is updated, its old English alias is updated and its newer French alias is left intact.
- PathautoNodeWebTest::testCustomAliasAfterAutomaticAlias in tests/
src/ Functional/ PathautoNodeWebTest.php - Tests that nodes with an automatic alias can get a custom alias.
- PathautoNodeWebTest::testCustomAliasAfterRemovingPattern in tests/
src/ Functional/ PathautoNodeWebTest.php - Tests setting custom alias for nodes after removing pattern.
- PathautoNodeWebTest::testCustomAliasWithoutPattern in tests/
src/ Functional/ PathautoNodeWebTest.php - Tests that nodes without a Pathauto pattern can set custom aliases.
- PathautoTestHelperTrait::assertEntityAliasExists in tests/
src/ Functional/ PathautoTestHelperTrait.php