我知道它已经在PHP Fatal error: Class 'WP_UnitTestCase' not found when trying to run test-sample中给出了答案,但是并不能解决我的问题。我正在尝试使用php unit testing
用wordpress plugin
初始化phpunit
。我找到了本教程,并且很容易理解。这是链接
https://www.smashingmagazine.com/2017/12/automated-testing-wordpress-plugins-phpunit/
一切正常,直到执行以下步骤。
当我进入教程的本步骤时,我尝试运行命令
phpunit tests/test-sample.php
我得到:
PHP Fatal error: Class 'WP_UnitTestCase' not found in PHP Fatal error: Class 'WP_UnitTestCase' not found in /var/www/html/testwordpress/wp-content/plugins/wp-ultimate-csv-importer/tests/test-sample.php on line 11
我不知道如何解决此问题。我在Stackoverflow中发现了同样的问题。这是链接: PHP Fatal error: Class 'WP_UnitTestCase' not found when trying to run test-sample 但这是在窗户里。他以某种方式设法解决了这个问题。我检查了他的解决方案,并说在MySQL中存在该问题。
但是就我而言,MySQL可以正常工作,而我在Linux中具有Ubuntu的风格。帮助我提供一些解决方案,以在Linux中解决此问题