// Delete the default translation (English) of the node and check that the
// language-neutral alias was deleted as well.
$english_node->delete();
$this->assertPathAliasNotExists('/'.$und_alias,LanguageInterface::LANGCODE_NOT_SPECIFIED,NULL,'Language-neutral alias is removed when the default translation is deleted.');