芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/IsAnythingTest.php
assertDescription('ANYTHING', anything()); } public function testCanOverrideDescription() { $description = 'description'; $this->assertDescription($description, anything($description)); } }