diff --git a/entityreference_autocomplete.info b/entityreference_autocomplete.info index d3bddab..2c5633e 100644 --- a/entityreference_autocomplete.info +++ b/entityreference_autocomplete.info @@ -1,9 +1,4 @@ name = Entity Reference Autocomplete -description = A Form API element type to reference arbitrary entities through an autocomplete textfield +description = A Form API element type to reference arbitrary entities through an autocomplete textfield. core = 7.x php = 5.3 - -autoload[tests/src][] = Drupal\Tests\entity_reference_autocomplete - -; Dependencies for running autotests. -test_dependencies[] = autoload (>=7.x-1.3) diff --git a/tests/src/BaseTest.inc b/src/Tests/BaseTest.php similarity index 76% rename from tests/src/BaseTest.inc rename to src/Tests/BaseTest.php index 24536c9..a257562 100644 --- a/tests/src/BaseTest.inc +++ b/src/Tests/BaseTest.php @@ -1,6 +1,6 @@ 'Tests of the "#value_callback"', + 'group' => 'Entity Reference Autocomplete', + 'description' => 'Ensure that "#value_callback" from element definition works properly.', + ); + } /** * Test acceptable values for element definition.