Skip to content

Commit a431803

Browse files
committed
Update feature list in README file
1 parent 28c9d11 commit a431803

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ includes:
3030
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.
3131
3. A type extension was added so that `ObjectManager` calls return the correct return type.
3232
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.
3334

3435
## Contribute
3536

0 commit comments

Comments
 (0)