Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117751608
ModelMatcher.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
300 B
Referenced Files
None
Subscribers
None
ModelMatcher.php
View Options
<?php
namespace
Tests
;
use
Mockery\Matcher\MatcherAbstract
;
class
ModelMatcher
extends
MatcherAbstract
{
public
function
match
(&
$actual
)
{
return
$this
->
_expected
->
is
(
$actual
);
// @phpstan-ignore-line
}
public
function
__toString
()
{
return
'<Model>'
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Apr 4, 3:17 AM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18819982
Default Alt Text
ModelMatcher.php (300 B)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline