loadFixture($this->getFixtureFilePath()); } /** * Gets the path to the fixture file. */ protected function getFixtureFilePath() { return __DIR__ . '/../../../fixtures/drupal7.php'; } }