Loading core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php +9 −9 Original line number Diff line number Diff line Loading @@ -192,7 +192,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 @@ -275,7 +275,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 @@ -318,7 +318,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 @@ -370,7 +370,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 @@ -440,7 +440,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 @@ -483,7 +483,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 @@ -523,7 +523,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 @@ -598,7 +598,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 @@ -685,7 +685,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 @@ -192,7 +192,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 @@ -275,7 +275,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 @@ -318,7 +318,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 @@ -370,7 +370,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 @@ -440,7 +440,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 @@ -483,7 +483,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 @@ -523,7 +523,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 @@ -598,7 +598,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 @@ -685,7 +685,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