I am running the following:
sudo -u www-data env "PHP_IDE_CONFIG=serverName=mwvagrant" "CIRRUS_REBUILD_FIXTURES=yes" "XDEBUG_CONFIG=idekey=netbeans-xdebug" php tests/phpunit/phpunit.php --wiki=wiki --stop-on-failure --stop-on-error extensions/MyExtension/tests/phpunit/
As indicated in the MediaWiki vagrant documentation and I keep getting Deprecated Notices. Is there a way to silence those Deprecated notices?
Thank you