Skip to content

Commit

Permalink
Dropped class_alias BC layer from test code
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed May 21, 2024
1 parent 535688c commit 78577a1
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,3 @@ public function testProcess()
);
}
}

class_alias(SystemInfoTabGroupPassTest::class, 'EzSystems\EzSupportToolsBundle\Tests\DependencyInjection\Compiler\SystemInfoTabGroupPassTest');
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,3 @@ public function testLoadServiceServices(): void
}
}
}

class_alias(IbexaSystemInfoExtensionTest::class, 'EzSystems\EzSupportToolsBundle\Tests\DependencyInjection\EzSystemsEzSupportToolsExtensionTest');
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,3 @@ public function testCollect()
self::assertEquals($expected, $value);
}
}

class_alias(ConfigurationSymfonyKernelSystemInfoCollectorTest::class, 'EzSystems\EzSupportToolsBundle\Tests\SystemInfo\Collector\ConfigurationSymfonyKernelSystemInfoCollectorTest');
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,3 @@ public function testCollect()
);
}
}

class_alias(EzcHardwareSystemInfoCollectorTest::class, 'EzSystems\EzSupportToolsBundle\Tests\SystemInfo\Collector\EzcHardwareSystemInfoCollectorTest');
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,3 @@ public function testCollect()
);
}
}

class_alias(EzcPhpSystemInfoCollectorTest::class, 'EzSystems\EzSupportToolsBundle\Tests\SystemInfo\Collector\EzcPhpSystemInfoCollectorTest');
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,3 @@ public function testCollect(): void
self::assertSame(Ibexa::VERSION, $systemInfo->release);
}
}

class_alias(IbexaSystemInfoCollectorTest::class, 'EzSystems\EzSupportToolsBundle\Tests\SystemInfo\Collector\IbexaSystemInfoCollectorTest');
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,3 @@ public function testCollectJsonFileCorrupted(): void
$composerCollectorCorrupted->collect();
}
}

class_alias(JsonComposerLockSystemInfoCollectorTest::class, 'EzSystems\EzSupportToolsBundle\Tests\SystemInfo\Collector\JsonComposerLockSystemInfoCollectorTest');
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,3 @@ public function testCollect()
self::assertEquals($expected, $value);
}
}

class_alias(RepositorySystemInfoCollectorTest::class, 'EzSystems\EzSupportToolsBundle\Tests\SystemInfo\Collector\RepositorySystemInfoCollectorTest');
2 changes: 0 additions & 2 deletions tests/bundle/SystemInfo/Registry/IdentifierBasedTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,3 @@ public function testGetIdentifiers()
self::assertEquals($expectedIdentifiers, $actualIdentifiers);
}
}

class_alias(IdentifierBasedTest::class, 'EzSystems\EzSupportToolsBundle\Tests\SystemInfo\Registry\IdentifierBasedTest');
2 changes: 0 additions & 2 deletions tests/bundle/View/Matcher/SystemInfo/IdentitifierTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,3 @@ public function testMatchOtherView()
self::assertFalse($matcher->match($view));
}
}

class_alias(IdentitifierTest::class, 'EzSystems\EzSupportToolsBundle\Tests\View\Matcher\SystemInfo\IdentitifierTest');
2 changes: 0 additions & 2 deletions tests/bundle/View/SystemInfoViewBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,3 @@ protected function getCollectorMock()
return $this->collectorMock;
}
}

class_alias(SystemInfoViewBuilderTest::class, 'EzSystems\EzSupportToolsBundle\Tests\View\SystemInfoViewBuilderTest');
2 changes: 0 additions & 2 deletions tests/lib/EventListener/SystemInfoTabGroupListenerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,3 @@ public function dataProvider(): array
];
}
}

class_alias(SystemInfoTabGroupListenerTest::class, 'EzSystems\EzSupportTools\Tests\EventListener\SystemInfoTabGroupListenerTest');
2 changes: 0 additions & 2 deletions tests/lib/VersionStability/VersionStabilityCheckerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,3 @@ public function provideVersions(): iterable
yield ['dev-test_custom', Stability::STABILITIES[20]];
}
}

class_alias(VersionStabilityCheckerTest::class, 'EzSystems\EzSupportTools\Tests\VersionStability\VersionStabilityCheckerTest');

0 comments on commit 78577a1

Please sign in to comment.