芝麻web文件管理V1.00
编辑当前文件:/www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpunit/phpunit/tests/_files/CoveredClass.php
privateMethod(); } public function publicMethod() { $this->protectedMethod(); } } class CoveredClass extends CoveredParentClass { private function privateMethod() { } protected function protectedMethod() { parent::protectedMethod(); $this->privateMethod(); } public function publicMethod() { parent::publicMethod(); $this->protectedMethod(); } }