use PHPUnit\Framework\TestCase;
use Shopware\Core\Framework\Store\Services\InstanceService;
use Shopware\Core\Kernel;
/**
* @internal
*/
class InstanceServiceTest extends TestCase
{ public function testItReturnsInstanceIdIfNull(): void
{ $instanceService =
new InstanceService( '6.4.0.0',
null
);
static::
assertNull($instanceService->
getInstanceId());
} public function testItReturnsInstanceIdIfSet(): void
{ $instanceService =
new InstanceService( '6.4.0.0',