* [refac] Change the instance property to public so that it can be used in unit test scripts.

This commit is contained in:
liugang
2026-01-21 15:45:57 +08:00
parent 034be4e6d0
commit e333a2bc62
+1 -1
View File
@@ -61,7 +61,7 @@ class baseTest
* @var object
* @access private
*/
protected $instance = null;
public $instance = null;
/**
* 被测试的类的反射对象。