8889841chome/clixcotz/fmi.clix.co.tz/vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/IsAnythingTest.php000064400000001254150545003070027025 0ustar00assertDescription('ANYTHING', anything()); } public function testCanOverrideDescription() { $description = 'description'; $this->assertDescription($description, anything($description)); } }