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

Load all library files automatically in tests #204

Closed spaze closed 1 year ago

spaze commented 1 year ago

Because it shouldn't be this easy to forget to load a new file. Some files in the libs dir were more of a test subject so they were moved.