updated core to 8.6.1 via composer

This commit is contained in:
2018-09-12 13:58:26 +02:00
parent a9a219f2ed
commit ea56b9fba3
4443 changed files with 112098 additions and 40708 deletions
+7 -1
View File
@@ -13,10 +13,17 @@
/**
* Alter the list of tests.
*
* This hook will not be invoked by the phpunit tool.
*
* @param $groups
* A two dimensional array, the first key is the test group, the second is the
* name of the test class, and the value is in associative array containing
* 'name', 'description', 'group', and 'requires' keys.
*
* @deprecated in Drupal 8.6.x and will be removed before Drupal 9.0.0. Convert
* your test to a PHPUnit-based one and implement test listeners.
*
* @see https://www.drupal.org/node/2939892
*/
function hook_simpletest_alter(&$groups) {
// An alternative session handler module would not want to run the original
@@ -55,7 +62,6 @@ function hook_test_group_finished() {
function hook_test_finished($results) {
}
/**
* @} End of "addtogroup hooks".
*/