function ImageStylesPathAndUrlTestCase::testImageStyleUrlExtraSlash

Test image_style_url() with a file URL that has an extra slash in it.

Archivo

drupal-7.x/modules/image/image.test, line 172
Tests for image.module.

Class

ImageStylesPathAndUrlTestCase
Tests the functions for generating paths and URLs for image styles.

Código

function testImageStyleUrlExtraSlash() {
  $this->_testImageStyleUrlAndPath('public', TRUE, TRUE);
}