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