1 path_pattern.test PathPatternTestHelper::deleteAllAliases()

File

core/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();
}