Update to Drupal 8.2.0. For more information, see https://www.drupal.org/project/drupal/releases/8.2.0
This commit is contained in:
parent
2f563ab520
commit
f1c8716f57
1732 changed files with 52334 additions and 11780 deletions
|
@ -25,13 +25,13 @@ class KernelTestBaseTest extends KernelTestBase {
|
|||
* @covers ::bootEnvironment
|
||||
*/
|
||||
public function testBootEnvironment() {
|
||||
$this->assertRegExp('/^simpletest\d{6}$/', $this->databasePrefix);
|
||||
$this->assertRegExp('/^test\d{8}$/', $this->databasePrefix);
|
||||
$this->assertStringStartsWith('vfs://root/sites/simpletest/', $this->siteDirectory);
|
||||
$this->assertEquals(array(
|
||||
'root' => array(
|
||||
'sites' => array(
|
||||
'simpletest' => array(
|
||||
substr($this->databasePrefix, 10) => array(
|
||||
substr($this->databasePrefix, 4) => array(
|
||||
'files' => array(
|
||||
'config' => array(
|
||||
'sync' => array(),
|
||||
|
@ -226,7 +226,7 @@ class KernelTestBaseTest extends KernelTestBase {
|
|||
':pattern' => 'sqlite_%',
|
||||
))->fetchAllKeyed(0, 0);
|
||||
|
||||
$this->assertTrue(empty($result), 'All test tables have been removed.');
|
||||
$this->assertTrue(empty($result), 'All test tables have been removed.');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue