spaze / phpstan-disallowed-calls

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

Use the DI container in tests #223

Closed spaze closed 10 months ago

spaze commented 10 months ago

To make them a bit simpler.

Follow-up in #228.