PHP unit testing problem

I am using the downloaded code from Jon Lebensold’s php unit testing video

When I run the XML configuration file ‘phpunit.xml’ and place a die statement as the first in the referenced bootstrap file I get the following error Class configuration could not be found in …/phpunit.xml. But the bootstrap fie is not called. ASny suggestions

can you give us a link to the video? Googling "Jon Lebensold unit testing" gives Zend framework and NetBeans back. So not exactly Yii related. Here you can find a how to, that explains how to set up NetBeans with Yii and also a little bit of configuration to get PHPUnit work with NB