diff --git a/core/profiles/standard/src/Tests/StandardTest.php b/core/profiles/standard/src/Tests/StandardTest.php index 24834d3..777ff4e 100644 --- a/core/profiles/standard/src/Tests/StandardTest.php +++ b/core/profiles/standard/src/Tests/StandardTest.php @@ -90,6 +90,10 @@ function testStandard() { $this->assertText('Foobar'); $this->assertNoText('Then she picked out two somebodies, Sally and me'); + // Ensure block body exists. + $this->drupalGet('block/add'); + $this->assertFieldByName('body[0][value]'); + // Now we have all configuration imported, test all of them for schema // conformance. Ensures all imported default configuration is valid when // standard profile modules are enabled.