directDeprecations example

EOPHP
);

require __DIR__.'/fake_vendor/autoload.php';
require __DIR__.'/fake_vendor_bis/autoload.php';

(new \App\Services\AppService())->directDeprecations();
?> --EXPECTF-- Remaining direct deprecation notices (2) 1x: Since acme/lib 3.0: deprecatedApi is deprecated, use deprecatedApi_new instead. 1x in AppService::directDeprecations from App\Services 1x: deprecatedApi from foo is deprecated! You should stop relying on it! 1x in AppService::directDeprecations from App\Services
Home | Imprint | This part of the site doesn't use cookies.