You are here

namespace Drupal\Tests\cck_select_other\Functional in CCK Select Other 8

Classsort descending Location Description
CckSelectOtherDefaultValueTest tests/src/Functional/CckSelectOtherDefaultValueTest.php Tests default value behavior in select other field.
CckSelectOtherEmptyTest tests/src/Functional/CckSelectOtherEmptyTest.php Tests that an empty value is not saved.
CckSelectOtherFieldTypeTest tests/src/Functional/CckSelectOtherFieldTypeTest.php Tests a basic text field.
CckSelectOtherHtmlEntitiesTest tests/src/Functional/CckSelectOtherHtmlEntitiesTest.php Tests that HTML entities are not encoded properly.
CckSelectOtherMultipleFieldTest tests/src/Functional/CckSelectOtherMultipleFieldTest.php Tests that two select other fields work on the same node.
CckSelectOtherMultipleValueTest tests/src/Functional/CckSelectOtherMultipleValueTest.php Tests that multiple values are saved properly.
CckSelectOtherRequiredTest tests/src/Functional/CckSelectOtherRequiredTest.php Tests that required fields work correctly.
CckSelectOtherTestBase tests/src/Functional/CckSelectOtherTestBase.php CCK Select Other functional test base class.