芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/vendor/hamcrest/hamcrest-php/tests/Hamcrest/Type/IsScalarTest.php
assertDescription('a scalar', scalarValue()); } public function testDecribesActualTypeInMismatchMessage() { $this->assertMismatchDescription('was null', scalarValue(), null); $this->assertMismatchDescription('was an array ["foo"]', scalarValue(), array('foo')); } }