diff --git a/src/bundle/SystemInfo/Value/IbexaSystemInfo.php b/src/bundle/SystemInfo/Value/IbexaSystemInfo.php index 46bd435c..507aa90c 100644 --- a/src/bundle/SystemInfo/Value/IbexaSystemInfo.php +++ b/src/bundle/SystemInfo/Value/IbexaSystemInfo.php @@ -83,14 +83,14 @@ class IbexaSystemInfo extends ValueObject implements SystemInfo /** * Lowest stability found in the installation (packages / minimumStability). * - * @var string One of {@see \EzSystems\EzSupportTools\Value\Stability::STABILITIES}. + * @var string One of {@see \Ibexa\SystemInfo\Value\Stability::STABILITIES}. */ public $lowestStability; /** * @deprecated Instead use $lowestStability. * - * @var string One of {@see \EzSystems\EzSupportTools\Value\Stability::STABILITIES}. + * @var string One of {@see \Ibexa\SystemInfo\Value\Stability::STABILITIES}. */ public $stability; diff --git a/tests/bundle/SystemInfo/Collector/ConfigurationSymfonyKernelSystemInfoCollectorTest.php b/tests/bundle/SystemInfo/Collector/ConfigurationSymfonyKernelSystemInfoCollectorTest.php index 3a19ca88..0469cc05 100644 --- a/tests/bundle/SystemInfo/Collector/ConfigurationSymfonyKernelSystemInfoCollectorTest.php +++ b/tests/bundle/SystemInfo/Collector/ConfigurationSymfonyKernelSystemInfoCollectorTest.php @@ -14,7 +14,7 @@ class ConfigurationSymfonyKernelSystemInfoCollectorTest extends TestCase { /** - * @covers \EzSystems\EzSupportToolsBundle\SystemInfo\Collector\ConfigurationSymfonyKernelSystemInfoCollector::collect() + * @covers \Ibexa\Bundle\SystemInfo\SystemInfo\Collector\ConfigurationSymfonyKernelSystemInfoCollector::collect() */ public function testCollect() { diff --git a/tests/bundle/SystemInfo/Collector/EzcHardwareSystemInfoCollectorTest.php b/tests/bundle/SystemInfo/Collector/EzcHardwareSystemInfoCollectorTest.php index 405632b5..39e98a9a 100644 --- a/tests/bundle/SystemInfo/Collector/EzcHardwareSystemInfoCollectorTest.php +++ b/tests/bundle/SystemInfo/Collector/EzcHardwareSystemInfoCollectorTest.php @@ -37,7 +37,7 @@ protected function setUp(): void } /** - * @covers \EzSystems\EzSupportToolsBundle\SystemInfo\Collector\EzcHardwareSystemInfoCollector::collect() + * @covers \Ibexa\Bundle\SystemInfo\SystemInfo\Collector\EzcHardwareSystemInfoCollector::collect() */ public function testCollect() { diff --git a/tests/bundle/SystemInfo/Collector/EzcPhpSystemInfoCollectorTest.php b/tests/bundle/SystemInfo/Collector/EzcPhpSystemInfoCollectorTest.php index 5f59ec99..e7102838 100644 --- a/tests/bundle/SystemInfo/Collector/EzcPhpSystemInfoCollectorTest.php +++ b/tests/bundle/SystemInfo/Collector/EzcPhpSystemInfoCollectorTest.php @@ -47,7 +47,7 @@ protected function setUp(): void } /** - * @covers \EzSystems\EzSupportToolsBundle\SystemInfo\Collector\EzcPhpSystemInfoCollector::collect() + * @covers \Ibexa\Bundle\SystemInfo\SystemInfo\Collector\EzcPhpSystemInfoCollector::collect() */ public function testCollect() { diff --git a/tests/bundle/SystemInfo/Collector/JsonComposerLockSystemInfoCollectorTest.php b/tests/bundle/SystemInfo/Collector/JsonComposerLockSystemInfoCollectorTest.php index b066b899..28fddcf1 100644 --- a/tests/bundle/SystemInfo/Collector/JsonComposerLockSystemInfoCollectorTest.php +++ b/tests/bundle/SystemInfo/Collector/JsonComposerLockSystemInfoCollectorTest.php @@ -26,7 +26,7 @@ public function setUp(): void } /** - * @covers \EzSystems\EzSupportToolsBundle\SystemInfo\Collector\JsonComposerLockSystemInfoCollector::collect() + * @covers \Ibexa\Bundle\SystemInfo\SystemInfo\Collector\JsonComposerLockSystemInfoCollector::collect() */ public function testCollectWithMinimumStability(): void { @@ -90,7 +90,7 @@ public function testCollectWithMinimumStability(): void } /** - * @covers \EzSystems\EzSupportToolsBundle\SystemInfo\Collector\JsonComposerLockSystemInfoCollector::collect() + * @covers \Ibexa\Bundle\SystemInfo\SystemInfo\Collector\JsonComposerLockSystemInfoCollector::collect() */ public function testCollectLockFileNotFound(): void { @@ -105,7 +105,7 @@ public function testCollectLockFileNotFound(): void } /** - * @covers \EzSystems\EzSupportToolsBundle\SystemInfo\Collector\JsonComposerLockSystemInfoCollector::collect() + * @covers \Ibexa\Bundle\SystemInfo\SystemInfo\Collector\JsonComposerLockSystemInfoCollector::collect() */ public function testCollectJsonFileNotFound(): void { @@ -120,7 +120,7 @@ public function testCollectJsonFileNotFound(): void } /** - * @covers \EzSystems\EzSupportToolsBundle\SystemInfo\Collector\JsonComposerLockSystemInfoCollector::collect() + * @covers \Ibexa\Bundle\SystemInfo\SystemInfo\Collector\JsonComposerLockSystemInfoCollector::collect() */ public function testCollectLockFileCorrupted(): void { @@ -135,7 +135,7 @@ public function testCollectLockFileCorrupted(): void } /** - * @covers \EzSystems\EzSupportToolsBundle\SystemInfo\Collector\JsonComposerLockSystemInfoCollector::collect() + * @covers \Ibexa\Bundle\SystemInfo\SystemInfo\Collector\JsonComposerLockSystemInfoCollector::collect() */ public function testCollectJsonFileCorrupted(): void { diff --git a/tests/bundle/SystemInfo/Collector/RepositorySystemInfoCollectorTest.php b/tests/bundle/SystemInfo/Collector/RepositorySystemInfoCollectorTest.php index 1730cd0b..10be262f 100644 --- a/tests/bundle/SystemInfo/Collector/RepositorySystemInfoCollectorTest.php +++ b/tests/bundle/SystemInfo/Collector/RepositorySystemInfoCollectorTest.php @@ -56,7 +56,7 @@ protected function setUp(): void } /** - * @covers \EzSystems\EzSupportToolsBundle\SystemInfo\Collector\RepositorySystemInfoCollector::collect() + * @covers \Ibexa\Bundle\SystemInfo\SystemInfo\Collector\RepositorySystemInfoCollector::collect() */ public function testCollect() { diff --git a/tests/bundle/SystemInfo/Registry/IdentifierBasedTest.php b/tests/bundle/SystemInfo/Registry/IdentifierBasedTest.php index 446a6435..537c2d14 100644 --- a/tests/bundle/SystemInfo/Registry/IdentifierBasedTest.php +++ b/tests/bundle/SystemInfo/Registry/IdentifierBasedTest.php @@ -18,7 +18,7 @@ class IdentifierBasedTest extends TestCase private $registry; /** - * @var \PHPUnit\Framework\MockObject\MockObject[]|\EzSystems\EzSupportToolsBundle\SystemInfo\Collector\SystemInfoCollector[] + * @var \PHPUnit\Framework\MockObject\MockObject[]|\Ibexa\Bundle\SystemInfo\SystemInfo\Collector\SystemInfoCollector[] */ private $testItems; @@ -35,7 +35,7 @@ protected function setUp(): void /** * Test adding items to the registry, and getting items from it. * - * @covers \EzSystems\EzSupportToolsBundle\SystemInfo\Registry\IdentifierBased::getItem() + * @covers \Ibexa\Bundle\SystemInfo\SystemInfo\Registry\IdentifierBased::getItem() */ public function testAddAndGetItems() { @@ -48,7 +48,7 @@ public function testAddAndGetItems() /** * Test exception when registry item is not found. * - * @covers \EzSystems\EzSupportToolsBundle\SystemInfo\Registry\IdentifierBased::getItem() + * @covers \Ibexa\Bundle\SystemInfo\SystemInfo\Registry\IdentifierBased::getItem() */ public function testGetItemNotFound() { @@ -59,7 +59,7 @@ public function testGetItemNotFound() /** * Test replacing an item in the registry. * - * @covers \EzSystems\EzSupportToolsBundle\SystemInfo\Registry\IdentifierBased::getItem() + * @covers \Ibexa\Bundle\SystemInfo\SystemInfo\Registry\IdentifierBased::getItem() */ public function testReplaceItem() { @@ -78,7 +78,7 @@ public function testReplaceItem() /** * Test getting all registered identifiers. * - * @covers \EzSystems\EzSupportToolsBundle\SystemInfo\Registry\IdentifierBased::getIdentifiers() + * @covers \Ibexa\Bundle\SystemInfo\SystemInfo\Registry\IdentifierBased::getIdentifiers() * @depends testAddAndGetItems */ public function testGetIdentifiers()