* [refac] Change the instance property to public so that it can be used in unit test scripts.
This commit is contained in:
@@ -61,7 +61,7 @@ class baseTest
|
||||
* @var object
|
||||
* @access private
|
||||
*/
|
||||
protected $instance = null;
|
||||
public $instance = null;
|
||||
|
||||
/**
|
||||
* 被测试的类的反射对象。
|
||||
|
||||
Reference in New Issue
Block a user