Fatal Error: Require_Once(): Failed Opening Required 'sumfony/component/yaml/dumper.php'

hello guys

i m using xampp v2.5 on windows xp

the book i m following is "agile web development with yii 1.1 and php 5"

at page number 71 of this book the author has tested his code using phpunit so do i, but when i tried to do so i have got the following warnings and errors:

"

warning: require_once(symfony/component/yaml/dumper.php): failed to open stream: no such file or directory in c:\xampp\php\pear\phpunit\extension\database\autoload.php on line 45

fatal error: require_once(): failed opening required ‘Symfony/component/yaml/dumper.php’ (include_path=’.;c:\xampp\php\PEAR’) in c:\xampp\php\pear\phpunit\extension\database\autoload.php on line 45

"

can someone plz tell me how to fix it?

thanx

Salman