Mercurial > hg > isophonics-drupal-site
comparison core/tests/Drupal/KernelTests/KernelTestBase.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 1fec387a4317 |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
15:e200cb7efeb3 | 16:c2387f117808 |
---|---|
1025 * BC: Automatically resolve former KernelTestBase class properties. | 1025 * BC: Automatically resolve former KernelTestBase class properties. |
1026 * | 1026 * |
1027 * Test authors should follow the provided instructions and adjust their tests | 1027 * Test authors should follow the provided instructions and adjust their tests |
1028 * accordingly. | 1028 * accordingly. |
1029 * | 1029 * |
1030 * @deprecated in Drupal 8.0.x, will be removed before Drupal 8.2.0. | 1030 * @deprecated in Drupal 8.0.0, will be removed before Drupal 9.0.0. |
1031 */ | 1031 */ |
1032 public function __get($name) { | 1032 public function __get($name) { |
1033 if (in_array($name, [ | 1033 if (in_array($name, [ |
1034 'public_files_directory', | 1034 'public_files_directory', |
1035 'private_files_directory', | 1035 'private_files_directory', |