composer require --dev phpunit/phpunit
require_once __DIR__.'/../../vendor/phpunit/phpunit/src/Framework/Assert/Functions.php';
Then you can use any of the PHPUnit assertions :)