Describe the bug
Plugin breaks integration tests - Magento\TestFramework\Store\StoreManager can't access to private $data property of config class via reflection
Preconditions:
- Magento Version: 2.4.6-*
- Module Version: 2.12.3
- PHP Version 8.2
To Reproduce
Steps to reproduce the behavior:
- Run any integration test with store creation in data fixture
Expected behavior
Integration tests are executed properly
Actual behavior
Error was thrown: Property Magento\TestFramework\App\Config\Interceptor::$data does not exist