You are here

public function TestFeaturesManager::setAllModules in Features 8.4

Same name and namespace in other branches
  1. 8.3 tests/src/Unit/FeaturesManagerTest.php \Drupal\Tests\features\Unit\TestFeaturesManager::setAllModules()

Set all modules.

Parameters

mixed $all_modules:

File

tests/src/Unit/FeaturesManagerTest.php, line 1019

Class

TestFeaturesManager

Namespace

Drupal\Tests\features\Unit

Code

public function setAllModules($all_modules) {
  $this->allModules = $all_modules;
  return $this;
}