public function __construct() { $this->operatingSystem = new OperatingSystem(); $this->php = new PHP(); $this->phpunit = new PHPUnit(); }