Update to Drupal 8.1.1. For more information, see https://www.drupal.org/node/2718713
This commit is contained in:
parent
c0a0d5a94c
commit
9eae24d844
669 changed files with 3873 additions and 1553 deletions
|
@ -7,6 +7,8 @@
|
|||
* @see phpunit.xml.dist
|
||||
*/
|
||||
|
||||
use Drupal\Component\Assertion\Handle;
|
||||
|
||||
/**
|
||||
* Finds all valid extension directories recursively within a given directory.
|
||||
*
|
||||
|
@ -141,5 +143,4 @@ date_default_timezone_set('Australia/Sydney');
|
|||
// runtime assertions. By default this setting is on. Here we make a call to
|
||||
// make PHP 5 and 7 handle assertion failures the same way, but this call does
|
||||
// not turn runtime assertions on if they weren't on already.
|
||||
\Drupal\Component\Assertion\Handle::register();
|
||||
|
||||
Handle::register();
|
||||
|
|
Reference in a new issue