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