1.20.x path_pattern.test | PathPatternTestHelper::deleteAllAliases() |
File
- modules/
path/ tests/ path_pattern.test, line 90 - Functionality tests for automatic path generation.
Class
- PathPatternTestHelper
- Helper test class with some added functions for testing.
Code
function deleteAllAliases() {
db_delete('url_alias')->execute();
backdrop_clear_path_cache();
}