54c54 < index 0000000..5c9ca1d --- > index 0000000..5f9e07f 57c57 < @@ -0,0 +1,18 @@ --- > @@ -0,0 +1,15 @@ 73,75d72 < + enforced: < + module: < + - responsive_image 218,235d214 < diff --git a/core/profiles/standard/src/Tests/StandardTest.php b/core/profiles/standard/src/Tests/StandardTest.php < index ee867d1..514067e 100644 < --- a/core/profiles/standard/src/Tests/StandardTest.php < +++ b/core/profiles/standard/src/Tests/StandardTest.php < @@ -157,6 +157,13 @@ function testStandard() { < $this->drupalLogin($this->rootUser); < $this->drupalGet('update.php/selection'); < $this->assertText('No pending updates.'); < + < + // Make sure the optional image styles are not installed. < + $this->drupalGet('admin/config/media/image-styles'); < + $this->assertNoText('Max 325x325'); < + $this->assertNoText('Max 650x650'); < + $this->assertNoText('Max 1300x1300'); < + $this->assertNoText('Max 2600x2600'); < } < < }