wrk-flow / larastrict

Opinionated extension of a Laravel framework to help you build type safe, testable and reusable code.
https://larastrict.com
MIT License
5 stars 2 forks source link

PHPStan: when using assert expectations in test case check if AssertExpectationTestCase is used #58

Closed pionl closed 6 months ago

pionl commented 1 year ago

To ensure that calls are asserted.

Check if AssertExpectationTestCase or AssertExpectationManagerTrait is used.

pionl commented 6 months ago

https://github.com/larastrict/strict-mock/issues/11