芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/www/resupres/dddse/vendor/phpunit/phpunit-mock-objects/Tests/_files/Mockable.php
constructorArgs = array($arg1, $arg2); } public function mockableMethod() { // something different from NULL return TRUE; } public function anotherMockableMethod() { // something different from NULL return TRUE; } public function __clone() { $this->cloned = TRUE; } }