updated core and modules

This commit is contained in:
Bachir Soussi Chiadmi
2017-09-09 16:27:51 +02:00
parent 027aa99b32
commit 41863f872c
7810 changed files with 318922 additions and 83631 deletions
@@ -5,8 +5,8 @@ package: Testing
# version: VERSION
# core: 8.x
# Information added by Drupal.org packaging script on 2016-08-03
version: '8.1.8'
# Information added by Drupal.org packaging script on 2017-08-16
version: '8.3.7'
core: '8.x'
project: 'drupal'
datestamp: 1470233790
datestamp: 1502903957
@@ -20,7 +20,7 @@ class SystemListingCompatibleTest extends WebTestBase {
*
* @var array
*/
public static $modules = array('drupal_system_listing_compatible_test');
public static $modules = ['drupal_system_listing_compatible_test'];
/**
* Use the Minimal profile.
@@ -35,7 +35,7 @@ class SystemListingCompatibleTest extends WebTestBase {
/**
* Non-empty test* method required to executed the test case class.
*/
function testSystemListing() {
public function testSystemListing() {
$this->pass(__CLASS__ . ' test executed.');
}