Loading core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php +9 −9 Original line number Diff line number Diff line Loading @@ -194,7 +194,7 @@ public function testGetPendingUpdateFunctionsNoExistingUpdates(): void { $theme_handler = $this->prophesize(ThemeHandlerInterface::class); $theme_handler->listInfo()->willReturn([ 'theme_d' => [ 'type' => 'theme_d', 'type' => 'theme', 'pathname' => 'core/themes/theme_d/theme_d.info.yml', ], ]); Loading Loading @@ -277,7 +277,7 @@ public function testGetPendingUpdateFunctionsExistingUpdates(): void { $theme_handler = $this->prophesize(ThemeHandlerInterface::class); $theme_handler->listInfo()->willReturn([ 'theme_d' => [ 'type' => 'theme_d', 'type' => 'theme', 'pathname' => 'core/themes/theme_d/theme_d.info.yml', ], ]); Loading Loading @@ -320,7 +320,7 @@ public function testGetPendingUpdateInformation(): void { $theme_handler = $this->prophesize(ThemeHandlerInterface::class); $theme_handler->listInfo()->willReturn([ 'theme_d' => [ 'type' => 'theme_d', 'type' => 'theme', 'pathname' => 'core/themes/theme_d/theme_d.info.yml', ], ]); Loading Loading @@ -372,7 +372,7 @@ public function testGetPendingUpdateInformationWithExistingUpdates(): void { $theme_handler = $this->prophesize(ThemeHandlerInterface::class); $theme_handler->listInfo()->willReturn([ 'theme_d' => [ 'type' => 'theme_d', 'type' => 'theme', 'pathname' => 'core/themes/theme_d/theme_d.info.yml', ], ]); Loading Loading @@ -442,7 +442,7 @@ public function testGetUpdateFunctions(): void { $theme_handler = $this->prophesize(ThemeHandlerInterface::class); $theme_handler->listInfo()->willReturn([ 'theme_d' => [ 'type' => 'theme_d', 'type' => 'theme', 'pathname' => 'core/themes/theme_d/theme_d.info.yml', ], ]); Loading Loading @@ -485,7 +485,7 @@ public function testRegisterInvokedUpdatesWithoutExistingUpdates(): void { $theme_handler = $this->prophesize(ThemeHandlerInterface::class); $theme_handler->listInfo()->willReturn([ 'theme_d' => [ 'type' => 'theme_d', 'type' => 'theme', 'pathname' => 'core/themes/theme_d/theme_d.info.yml', ], ]); Loading Loading @@ -525,7 +525,7 @@ public function testRegisterInvokedUpdatesWithMultiple(): void { $theme_handler = $this->prophesize(ThemeHandlerInterface::class); $theme_handler->listInfo()->willReturn([ 'theme_d' => [ 'type' => 'theme_d', 'type' => 'theme', 'pathname' => 'core/themes/theme_d/theme_d.info.yml', ], ]); Loading Loading @@ -600,7 +600,7 @@ public function testFilterOutInvokedUpdatesByExtension(): void { $theme_handler = $this->prophesize(ThemeHandlerInterface::class); $theme_handler->listInfo()->willReturn([ 'theme_d' => [ 'type' => 'theme_d', 'type' => 'theme', 'pathname' => 'core/themes/theme_d/theme_d.info.yml', ], ]); Loading Loading @@ -687,7 +687,7 @@ function theme_d_custom_update_a() { $theme_handler = $this->prophesize(ThemeHandlerInterface::class); $theme_handler->listInfo()->willReturn([ 'theme_d' => [ 'type' => 'theme_d', 'type' => 'theme', 'pathname' => 'core/themes/theme_d/theme_d.info.yml', ], ]); Loading Loading
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php +9 −9 Original line number Diff line number Diff line Loading @@ -194,7 +194,7 @@ public function testGetPendingUpdateFunctionsNoExistingUpdates(): void { $theme_handler = $this->prophesize(ThemeHandlerInterface::class); $theme_handler->listInfo()->willReturn([ 'theme_d' => [ 'type' => 'theme_d', 'type' => 'theme', 'pathname' => 'core/themes/theme_d/theme_d.info.yml', ], ]); Loading Loading @@ -277,7 +277,7 @@ public function testGetPendingUpdateFunctionsExistingUpdates(): void { $theme_handler = $this->prophesize(ThemeHandlerInterface::class); $theme_handler->listInfo()->willReturn([ 'theme_d' => [ 'type' => 'theme_d', 'type' => 'theme', 'pathname' => 'core/themes/theme_d/theme_d.info.yml', ], ]); Loading Loading @@ -320,7 +320,7 @@ public function testGetPendingUpdateInformation(): void { $theme_handler = $this->prophesize(ThemeHandlerInterface::class); $theme_handler->listInfo()->willReturn([ 'theme_d' => [ 'type' => 'theme_d', 'type' => 'theme', 'pathname' => 'core/themes/theme_d/theme_d.info.yml', ], ]); Loading Loading @@ -372,7 +372,7 @@ public function testGetPendingUpdateInformationWithExistingUpdates(): void { $theme_handler = $this->prophesize(ThemeHandlerInterface::class); $theme_handler->listInfo()->willReturn([ 'theme_d' => [ 'type' => 'theme_d', 'type' => 'theme', 'pathname' => 'core/themes/theme_d/theme_d.info.yml', ], ]); Loading Loading @@ -442,7 +442,7 @@ public function testGetUpdateFunctions(): void { $theme_handler = $this->prophesize(ThemeHandlerInterface::class); $theme_handler->listInfo()->willReturn([ 'theme_d' => [ 'type' => 'theme_d', 'type' => 'theme', 'pathname' => 'core/themes/theme_d/theme_d.info.yml', ], ]); Loading Loading @@ -485,7 +485,7 @@ public function testRegisterInvokedUpdatesWithoutExistingUpdates(): void { $theme_handler = $this->prophesize(ThemeHandlerInterface::class); $theme_handler->listInfo()->willReturn([ 'theme_d' => [ 'type' => 'theme_d', 'type' => 'theme', 'pathname' => 'core/themes/theme_d/theme_d.info.yml', ], ]); Loading Loading @@ -525,7 +525,7 @@ public function testRegisterInvokedUpdatesWithMultiple(): void { $theme_handler = $this->prophesize(ThemeHandlerInterface::class); $theme_handler->listInfo()->willReturn([ 'theme_d' => [ 'type' => 'theme_d', 'type' => 'theme', 'pathname' => 'core/themes/theme_d/theme_d.info.yml', ], ]); Loading Loading @@ -600,7 +600,7 @@ public function testFilterOutInvokedUpdatesByExtension(): void { $theme_handler = $this->prophesize(ThemeHandlerInterface::class); $theme_handler->listInfo()->willReturn([ 'theme_d' => [ 'type' => 'theme_d', 'type' => 'theme', 'pathname' => 'core/themes/theme_d/theme_d.info.yml', ], ]); Loading Loading @@ -687,7 +687,7 @@ function theme_d_custom_update_a() { $theme_handler = $this->prophesize(ThemeHandlerInterface::class); $theme_handler->listInfo()->willReturn([ 'theme_d' => [ 'type' => 'theme_d', 'type' => 'theme', 'pathname' => 'core/themes/theme_d/theme_d.info.yml', ], ]); Loading