You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have seen the following error:
```
Property Magento\TestFramework\App\Config\Interceptor::$data does not exist
```
This is because `\Magento\TestFramework\Store\StoreManager::reinitStores` does not take into account that \Magento\TestFramework\App\Config as returned from the ObjectManager might just as well be a `\Magento\TestFramework\App\Config\Interceptor`, in case a plugin on that class exists for example.
To be able to still get the data that is needed for the test, there is the need to test for the implementation of \Magento\Framework\Interception\InterceptorInterface and get the $data property from the parent.
0 commit comments