Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
mageekguy
atoum
asserters
mock
PHP Class mageekguy\atoum\asserters\mock
Inheritance:
extends
mageekguy\atoum\asserter
Datei anzeigen
Open project: atoum/atoum
Class Usage Examples
Public Methods
Method
Description
receive
(
$function
)
setWith
(
$mock
)
wasCalled
(
$failMessage
= null )
wasNotCalled
(
$failMessage
= null )
Protected Methods
Method
Description
adapterIsSet
( )
callIsSet
( )
Method Details
adapterIsSet()
protected
method
protected
adapterIsSet
( )
callIsSet()
protected
method
protected
callIsSet
( )
receive()
public
method
public
receive
(
$function
)
setWith()
public
method
public
setWith
(
$mock
)
wasCalled()
public
method
public
wasCalled
(
$failMessage
= null )
wasNotCalled()
public
method
public
wasNotCalled
(
$failMessage
= null )