gpt4 book ai didi

php - Phalcon 单元测试

转载 作者:可可西里 更新时间:2023-10-31 23:08:43 26 4
gpt4 key购买 nike

我正在运行文档中的示例:http://docs.phalconphp.com/en/latest/reference/unit-testing.html#sample-unit-test

我想像文档中那样从 Phalcon\Test\UnitTestCase 创建一个抽象单元测试。然而,当我运行我的测试时,我变成了:

PHP Fatal error:  Class 'Phalcon\Test\UnitTestCase' not found 

我已遵循确切的文档步骤。有没有人遇到同样的问题并解决了?

最佳答案

此类是孵化器的一部分:https://github.com/phalcon/incubator

$loader = new Phalcon\Loader();

$loader->registerNamespaces(array(
'Phalcon' => '/path/to/incubator/Library/Phalcon/'
));

$loader->register();

关于php - Phalcon 单元测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18859383/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com