diff -u b/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointAPITest.php b/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointAPITest.php --- b/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointAPITest.php +++ b/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointAPITest.php @@ -80,7 +80,7 @@ $breakpoint->id = ''; $breakpoint->name = drupal_strtolower($this->randomName()); $breakpoint->mediaQuery = 'all'; - + $exception = FALSE; try { $breakpoint->save(); only in patch2: unchanged: --- a/core/MAINTAINERS.txt +++ b/core/MAINTAINERS.txt @@ -173,6 +173,9 @@ Block module Book module - Peter Wolanin 'pwolanin' http://drupal.org/user/49851 +Breakpoint module +- Peter Droogmans 'attiks' http://drupal.org/user/105002 + Color module - ?