芝麻web文件管理V1.00
编辑当前文件:/www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpunit/phpunit/tests/_files/StatusTest.php
assertTrue(true); } public function testFailure() { $this->assertTrue(false); } public function testError() { throw new \Exception; } public function testIncomplete() { $this->markTestIncomplete(); } public function testSkipped() { $this->markTestSkipped(); } public function testRisky() { } }