芝麻web文件管理V1.00
编辑当前文件:/www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpunit/phpunit/tests/_files/DoubleTestCase.php
testCase = $testCase; } public function count() { return 2; } public function run(PHPUnit_Framework_TestResult $result = null) { $result->startTest($this); $this->testCase->runBare(); $this->testCase->runBare(); $result->endTest($this, 0); } }