我在文件类ModelGenerator中有一个受保护的方法:
C:\src\x\y\ModelGenerator.php
对它的测试来自文件:
中的ModelGeneratorTest类C:\test\x\y\ModelGeneratorTest.php
ReflectionException:执行
时不存在Class / ModelGenerator public function testGetTable()
{
$method = new \ReflectionMethod("ModelGenerator", 'getTable');
$method->setAccessible(true);
echo $method->invoke(ModelGenerator);
}
我也用过:
namespace x\y;
解决:报价是问题