Page MenuHomePhorge

ModelMatcher.php
No OneTemporary

Authored By
Unknown
Size
300 B
Referenced Files
None
Subscribers
None

ModelMatcher.php

<?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

Mime Type
text/x-php
Expires
Sat, Apr 4, 3:17 AM (12 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18819982
Default Alt Text
ModelMatcher.php (300 B)

Event Timeline