You are here

imagecache_testsuite.features.inc in ImageCache Actions 6.2

File

tests/imagecache_testsuite.features.inc
View source
<?php

/**
 * Implementation of hook_imagecache_default_presets().
 */
function imagecache_testsuite_imagecache_default_presets() {
  $filepath = drupal_get_path('module', 'imagecache_testsuite');

  // Each of these presets is stored in its own file.
  // (Unlike the way that features expects it to be stored)
  // Scan each of these files and return the list.
  // This produces the same result
  return imagecache_testsuite_get_tests();
}