File manager - Edit - /home/u608250662/domains/dspmrvm.com/public_html/vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/IsAnythingTest.php
Back
<?php namespace Hamcrest\Core; class IsAnythingTest extends \Hamcrest\AbstractMatcherTest { protected function createMatcher() { return \Hamcrest\Core\IsAnything::anything(); } public function testAlwaysEvaluatesToTrue() { assertThat(null, anything()); assertThat(new \stdClass(), anything()); assertThat('hi', anything()); } public function testHasUsefulDefaultDescription() { $this->assertDescription('ANYTHING', anything()); } public function testCanOverrideDescription() { $description = 'description'; $this->assertDescription($description, anything($description)); } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings