ChrisCobalt - 2014-02-14

I'm a complete newbie. Just installed PHPUnit under WAMP and am working with PHPStorm.

I get this: "Fatal error: Class 'PEAR_Installer_Role_Common' not found in C:\wamp\bin\php\php5.4.12\pear\Installer\Role\Test.php on line 27"

Here's the entire contents of test.php:

* @copyright 1997-2009 The Authors * @license http://opensource.org/licenses/bsd-license.php New BSD License * @version CVS: $Id: Test.php 313023 2011-07-06 19:17:11Z dufuz $ * @link http://pear.php.net/package/PEAR * @since File available since Release 1.4.0a1 */

/*
* @category pear
* @package PEAR
* @author Greg Beaver cellog@php.net
* @copyright 1997-2009 The Authors
* @license http://opensource.org/licenses/bsd-license.php New BSD License
* @version Release: 1.9.4
* @link http://pear.php.net/package/PEAR
* @since Class available since Release 1.4.0a1
/
class PEAR_Installer_Role_Test extends PEAR_Installer_Role_Common {}
?>

What's wrong?

Thanks