protected function feedsDrushTest::getFeedsDir in Feeds 7.2
Returns path to Feeds directory.
3 calls to feedsDrushTest::getFeedsDir()
- feedsDrushTest::copyLocalFeedsDirToTestDir in tests/
drush/ feedsDrushTest.php - Copies the local Feeds directory to the directory used in the test.
- feedsDrushTest::testImportUsingFileOption in tests/
drush/ feedsDrushTest.php - Tests an import using the file option.
- feedsDrushTest::testNoImportForDisabledImporter in tests/
drush/ feedsDrushTest.php - Tests that no nodes get imported for a disabled importer.
File
- tests/
drush/ feedsDrushTest.php, line 85
Class
- feedsDrushTest
- Tests Drush integration for Feeds. Based on Drush 8.
Namespace
UnishCode
protected function getFeedsDir() {
return $this
->webroot() . '/' . $this
->drupalSitewideDirectory() . '/modules/feeds';
}