Enables the use of class autoloading while creating the mock object.
$this
https://github.com/sebastianbergmann/phpunit/issues/5309
public function enableAutoload() : self { $this->autoload = true; return $this; }