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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ includes:
30
30
2. The extension adds an autoloader for "mocked" classes. These are classes that replace the Magento specific implementations to fix problems with type hints or missing methods in interfaces and such. The autoloader will check if a class, interface or trait exists locally in the extension. If so, it will load the local version instead of the one being shipped by Magento. Once those problems are fixed in Magento, those mocks can be removed again.
31
31
3. A type extension was added so that `ObjectManager` calls return the correct return type.
32
32
4. For some classes like the `DataObject` or the `SessionManager` logic was added to be able to support magic method calls.
33
+
5. The extension provides an autoloader for `Magento\TestFramework` classes to let you run PHPStan also against your test classes.
0 commit comments