You are here

20 calls to PathautoTestHelperTrait::assertEntityAlias() in Pathauto 8

PathautoEntityWithStringIdTest::testEntityWithStringId in tests/src/Kernel/PathautoEntityWithStringIdTest.php
Test aliasing entities with long string ID.
PathautoKernelTest::testCreateNodeWhileAccessingPath in tests/src/Kernel/PathautoKernelTest.php
Tests that the pathauto state property gets set to CREATED for new nodes.
PathautoKernelTest::testDefaultRevision in tests/src/Kernel/PathautoKernelTest.php
Tests that aliases are only generated for default revisions.
PathautoKernelTest::testNoExistingPathAliases in tests/src/Kernel/PathautoKernelTest.php
PathautoKernelTest::testNoTokensNoAlias in tests/src/Kernel/PathautoKernelTest.php
Test that \Drupal::service('pathauto.generator')->createEntityAlias() will not create an alias for a pattern that does not get any tokens replaced.
PathautoKernelTest::testParentChildPathTokens in tests/src/Kernel/PathautoKernelTest.php
Test using fields for path structures.
PathautoKernelTest::testPathAliasUniquifyWordsafe in tests/src/Kernel/PathautoKernelTest.php
Tests word safe alias truncating.
PathautoKernelTest::testPathTokens in tests/src/Kernel/PathautoKernelTest.php
Test the handling of path vs non-path tokens in pathauto_clean_token_values().
PathautoKernelTest::testPatternStatus in tests/src/Kernel/PathautoKernelTest.php
Test if aliases are (not) generated with enabled/disabled patterns.
PathautoKernelTest::testProgrammaticEntityCreation in tests/src/Kernel/PathautoKernelTest.php
Test programmatic entity creation for aliases.
PathautoKernelTest::testSameTitleDifferentLanguages in tests/src/Kernel/PathautoKernelTest.php
Test potential conflicts with the same alias in different languages.
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::testNodeEditing in tests/src/Functional/PathautoNodeWebTest.php
Tests editing nodes with different settings.
PathautoNodeWebTest::testNodeOperations in tests/src/Functional/PathautoNodeWebTest.php
Test node operations.
PathautoNodeWebTest::testNodeState in tests/src/Functional/PathautoNodeWebTest.php
@todo Merge this with existing node test methods?
PathautoSettingsFormWebTest::checkAlias in tests/src/Functional/PathautoSettingsFormWebTest.php
Helper method to check the an aliases.
PathautoTestHelperTrait::assertNoEntityAlias in tests/src/Functional/PathautoTestHelperTrait.php
PathautoUiTest::testPatternsWorkflow in tests/src/FunctionalJavascript/PathautoUiTest.php
PathautoUserWebTest::testUserOperations in tests/src/Functional/PathautoUserWebTest.php
Test user operations.