spaze / phpstan-disallowed-calls

PHPStan rules to detect disallowed method & function calls, constant, namespace, attribute & superglobal usages
MIT License
263 stars 17 forks source link

Use the DI container in tests #223

Closed spaze closed 11 months ago

spaze commented 11 months ago

To make them a bit simpler.

Follow-up in #228.