Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PhpSpec
Wrapper
Subject
Expectation
NegativeTrigger
PHP Class PhpSpec\Wrapper\Subject\Expectation\NegativeTrigger
Inheritance:
extends
DuringCall
,
implements
PhpSpec\Wrapper\Subject\Expectation\ThrowExpectation
显示文件
Open project: phpspec/phpspec
Protected Methods
Method
Description
runDuring
(
object
$object
,
string
$method
,
array
$arguments
= [] ) :
mixed
Method Details
runDuring()
protected
method
protected
runDuring
(
object
$object
,
string
$method
,
array
$arguments
= [] ) :
mixed
$object
object
$method
string
$arguments
array
return
mixed