9 calls to field_test_memorize()

BulkDeleteTest::testPurgeField in drupal/core/modules/field/lib/Drupal/field/Tests/BulkDeleteTest.php
Verify that fields are preserved and purged correctly as multiple instances are deleted and purged.
BulkDeleteTest::testPurgeInstance in drupal/core/modules/field/lib/Drupal/field/Tests/BulkDeleteTest.php
Verify that field data items and instances are purged when an instance is deleted.
CrudTest::testCreateField in drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php
Test the creation of a field.
field_test_field_create_field in drupal/core/modules/field/tests/modules/field_test/field_test.module
Memorize calls to hook_field_create_field().
field_test_field_delete in drupal/core/modules/field/tests/modules/field_test/field_test.field.inc
Implements hook_field_delete().
field_test_field_insert in drupal/core/modules/field/tests/modules/field_test/field_test.field.inc
Implements hook_field_insert().
field_test_field_load in drupal/core/modules/field/tests/modules/field_test/field_test.field.inc
Implements hook_field_load().
field_test_field_update in drupal/core/modules/field/tests/modules/field_test/field_test.field.inc
Implements hook_field_update().
field_test_field_validate in drupal/core/modules/field/tests/modules/field_test/field_test.field.inc
Implements hook_field_validate().