http://www.php.net/manual/en/mongo.testing.phpに記載されているように、phpunit を使用して mongdodb のドライバー テストを実行しようとしましたが、MongoInt32Test.php ファイルに問題があるようです。
# phpunit tests/mongosuite.php
Warning: require_once(MongoInt32Test.php): failed to open stream: No such file or directory in C:\Documents and Settings\owner\Desktop\mongo-php-driver\tests\MongoSuite.php on line 4
Fatal error: require_once(): Failed opening required 'MongoInt32Test.php' (include_path='.;\programming_tools\xampp-portable\php\PEAR') in C:\Documents and Settings\owner\Desktop\mongo-php-driver\tests\MongoSuite.php on line 4
私は php_mongo-1.3.1-5.4-vc9.dll を使用しており、Windows XP で mongodb 2.0.8 を実行しています。誰でもこれを修正する方法を知っていますか? MongoInt32Test.php がどこにも見つかりません。