updated core and modules
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
+2
-2
@@ -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.');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user