Skip to content

Commit aff9653

Browse files
brendtxHeaven
andauthored
Update packages/upgrade/tests/Tempest34/Tempest34RectorTest.php
Co-authored-by: Márk Magyar <magyarheaven@gmail.com>
1 parent 056f250 commit aff9653

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/upgrade/tests/Tempest34/Tempest34RectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function test_kernel_discovery_locations_refactored(): void
7979
{
8080
$this->rector
8181
->runFixture(__DIR__ . '/Fixtures/KernelDiscoveryLocations.input.php')
82-
->assertContains('$this->kernel->registry->locations')
82+
->assertContains('$this->kernel->discoveryConfig->locations')
8383
->assertNotContains('$this->kernel->discoveryLocations');
8484
}
8585

0 commit comments

Comments
 (0)