How do I get PHPUnit Polyfills set up for testing on a mac?

OK, I was reading from an outdated tutorial. Command for running tests is now:

vendor/bin/phpunit <path_to_file>

This command should be Run from root directory of wordpress.