constant FILE_URL_TEST_CDN_1 in SimpleTest 7
@file Helper module for the file tests.
The caller is must call file_test_reset() to initializing this module before calling file_test_get_calls() or file_test_set_return().
2 uses of FILE_URL_TEST_CDN_1
- FileURLRewritingTest::testShippedFileURL in tests/
file.test - Test the generating of rewritten shipped file URLs.
- file_test_file_url_alter in tests/
file_test.module - Implement hook_file_url_alter().
File
- tests/
file_test.module, line 12 - Helper module for the file tests.
Code
define('FILE_URL_TEST_CDN_1', 'http://cdn1.example.com');