You are here

9 calls to MergeTermsTestBase::createVocabulary() in Term Merge 8

MergeTermsTest::hasTitleCallback in tests/src/Kernel/Form/MergeTermsTest.php
Tests the title callback for the term merge form.
MergeTermsTest::redirectsToConfirmationForm in tests/src/Kernel/Form/MergeTermsTest.php
Tests the form redirects to the confirm form.
MergeTermsTest::setsLocalStorage in tests/src/Kernel/Form/MergeTermsTest.php
Tests merge terms are saved to the temp store.
MergeTermsTest::validatesSelectedTerms in tests/src/Kernel/Form/MergeTermsTest.php
Checks the form validation for the merge terms form.
MergeTermsTest::vocabularyWithoutTermsReturnsEmptyForm in tests/src/Kernel/Form/MergeTermsTest.php
Tests a term merge form for a vocabulary without terms.
MergeTermsTest::vocabularyWithTerms in tests/src/Kernel/Form/MergeTermsTest.php
Tests a term merge form for a vocabulary with terms.
MergeTermsTestBase::setUp in tests/src/Kernel/MergeTermsTestBase.php
TermMergerTermCrudTest::canOnlyMergeTermsInTheSameVocabulary in tests/src/Kernel/TermMergerTermCrudTest.php
Tests only taxonomy terms in the same vocabulary can be merged.
TermMergerTermCrudTest::existingTermMustBeInSameVocabularyAsMergedTerms in tests/src/Kernel/TermMergerTermCrudTest.php
Tests the validation for the target term being in the same vocabulary.