Skip to content

Commit

Permalink
Issue #132: Remove unnecessary checkFilesDirectory().
Browse files Browse the repository at this point in the history
  • Loading branch information
laryn authored Oct 10, 2024
1 parent aee5b26 commit 6da3ee2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/xmlsitemap.test
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,6 @@ class XMLSitemapTestHelper extends BackdropWebTestCase {
)), t('Browser'));
}

/**
* Check the files directory is created (massive fails if not done).
*
* @todo This can be removed when https://www.drupal.org/node/654752 is fixed.
*/
protected function checkFilesDirectory() {
if (!xmlsitemap_check_directory()) {
$this->fail(t('Sitemap directory was found and writable for testing.'));
}
}

/**
* Retrieves an XML sitemap.
*
Expand Down

0 comments on commit 6da3ee2

Please sign in to comment.