function MigrateNodeCounterTest::getFixtureFilePath

Same name in this branch
  1. 11.x core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateNodeCounterTest.php \Drupal\Tests\statistics\Kernel\Migrate\d7\MigrateNodeCounterTest::getFixtureFilePath()
Same name and namespace in other branches
  1. 10 core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php \Drupal\Tests\statistics\Kernel\Migrate\d6\MigrateNodeCounterTest::getFixtureFilePath()
  2. 10 core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateNodeCounterTest.php \Drupal\Tests\statistics\Kernel\Migrate\d7\MigrateNodeCounterTest::getFixtureFilePath()

Gets the path to the fixture file.

Overrides MigrateDrupal6TestBase::getFixtureFilePath

File

core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php, line 54

Class

MigrateNodeCounterTest
Tests the migration of node counter data to Drupal 8.

Namespace

Drupal\Tests\statistics\Kernel\Migrate\d6

Code

protected function getFixtureFilePath() {
    return __DIR__ . '/../../../../fixtures/drupal6.php';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.