EOPHP
);
require __DIR__.'/fake_vendor/autoload.php';
\Symfony\Component\ErrorHandler\DebugClassLoader::
enable();
new \App\Services\
BarService();
?>
--EXPECTF--
Remaining indirect deprecation notices (1)
1x: The "acme\lib\ExtendsDeprecatedClassFromOtherVendor" class extends "fcy\lib\DeprecatedClass" that is deprecated.
1x in BarService::__construct from App\Services