芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/AllOfTest.php
assertDescription( '("good" and "bad" and "ugly")', allOf('good', 'bad', 'ugly') ); } public function testMismatchDescriptionDescribesFirstFailingMatch() { $this->assertMismatchDescription( '"good" was "bad"', allOf('bad', 'good'), 'bad' ); } }