/
var
/
www
/
vhosts
/
nabawater
/
vendor
/
codeception
/
stub
/
src
/
Stub
/
/var/www/vhosts/nabawater/vendor/codeception/stub/src/Stub
mkdir
upload
Name
Size
Mode
Actions
ConsecutiveMap.php
341
0664
edit
dl
rm
Expected.php
4373
0664
edit
dl
rm
StubMarshaler.php
545
0664
edit
dl
rm
Edit:
/var/www/vhosts/nabawater/vendor/codeception/stub/src/Stub/StubMarshaler.php
(545B)
<?php namespace Codeception\Stub; use PHPUnit\Framework\MockObject\Matcher\InvokedRecorder; /** * Holds matcher and value of mocked method */ class StubMarshaler { private $methodMatcher; private $methodValue; public function __construct(InvokedRecorder $matcher, $value) { $this->methodMatcher = $matcher; $this->methodValue = $value; } public function getMatcher() { return $this->methodMatcher; } public function getValue() { return $this->methodValue; } }
Save
cmd:
run