📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 22:32:16
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
hamcrest
/
hamcrest-php
/
tests
/
Hamcrest
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/hamcrest/hamcrest-php/tests/Hamcrest
🔄 Refresh
✏️
Editing: BaseMatcherTest.php
Writable
<?php namespace Hamcrest; /* Test-specific subclass only */ class BaseMatcherTest extends \Hamcrest\BaseMatcher { public function matches($item) { throw new \RuntimeException(); } public function describeTo(\Hamcrest\Description $description) { $description->appendText('SOME DESCRIPTION'); } public function testDescribesItselfWithToStringMethod() { $someMatcher = new \Hamcrest\SomeMatcher(); $this->assertEquals('SOME DESCRIPTION', (string) $someMatcher); } }
💾 Save Changes
❌ Cancel