关于"phpunit/phpunit_story"模块有很多问题,下面是另一个问题:
我们使用带有Codeception的Yii,它包含PHPUnit,但缺少PHPUnit_Extensions_Story_TestCase.php模块。我们也没有使用pear或composer。每次运行/utests时,我都会收到以下警告:
PHP Warning: include(PHPUnit_Extensions_Story_TestCase.php): failed to open stream: No such file or directory in /*/framework/Y
我的主机提供商是Bluehost,我第一次尝试创建一个Facebook应用程序,但我不知道如何在我的主机目录上安装必要的文件。
facebook开发人员“快速创建指南”在步骤1中说明了以下内容:
Extract this archive into a directory on your hosting server where you can host and run PHP code:
$ curl -L http://github.com/facebook/php-sdk/tarball/master | tar xvz
$ mv facebook-php-sdk-* facebook-