You are here

protected property InstallerConfigDirectorySetNoDirectoryErrorTest::$configDirectory in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php \Drupal\FunctionalTests\Installer\InstallerConfigDirectorySetNoDirectoryErrorTest::configDirectory
  2. 10 core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php \Drupal\FunctionalTests\Installer\InstallerConfigDirectorySetNoDirectoryErrorTest::configDirectory

The directory where the sync directory should be created during install.

Type: string

File

core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php, line 24

Class

InstallerConfigDirectorySetNoDirectoryErrorTest
Tests the installer when a config_directory set up but does not exist.

Namespace

Drupal\FunctionalTests\Installer

Code

protected $configDirectory;