PHP致命错误:Class' vfsStream'在Bootstrap.php中找不到

时间:2013-10-28 01:20:37

标签: php codeigniter unit-testing phpunit

我只是从https://github.com/EllisLab/CodeIgniter拉出Codeigniter。 我已经安装了phpunit和pear。当我 phpunit tests / 时,它显示

PHP致命错误:第32行的/var/www/CodeIgniter/tests/Bootstrap.php中找不到类'vfsStream'

致命错误:第32行的/var/www/CodeIgniter/tests/Bootstrap.php中找不到类'vfsStream'

如何解决?

由于

1 个答案:

答案 0 :(得分:1)

您必须在测试前安装

wget http://getcomposer.org/composer.phar
php composer.phar install