E.g. in this wikibase-client-docker build for gate-and-submit in this Wikibase change:
PHP Fatal error: Cannot declare class HooksTest, because the name is already in use in /workspace/src/extensions/Scribunto/tests/phpunit/HooksTest.php on line 5
Probably caused by this Scribunto change, which “namespace[d] LuaCommon” and renamed ScribuntoHooksTest to HooksTest without actually adding a namespace to it; the other \HooksTest class is probably in core.