Mercurial > hg > isophonics-drupal-site
comparison core/modules/system/tests/src/Kernel/PathHooksTest.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
13 class PathHooksTest extends KernelTestBase { | 13 class PathHooksTest extends KernelTestBase { |
14 | 14 |
15 /** | 15 /** |
16 * {@inheritdoc} | 16 * {@inheritdoc} |
17 */ | 17 */ |
18 static public $modules = ['system']; | 18 public static $modules = ['system']; |
19 | 19 |
20 /** | 20 /** |
21 * Test system_path_*() correctly clears caches. | 21 * Test system_path_*() correctly clears caches. |
22 */ | 22 */ |
23 public function testPathHooks() { | 23 public function testPathHooks() { |