Incorrectly using `$this->once()` (e.g.,) for some PHPUnit statics. Should be using `self::`. Update accordingly.
Incorrectly using
$this->once()(e.g.,) for some PHPUnit statics. Should be usingself::. Update accordingly.