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
Xpmock
TestCase
PHP Class Xpmock\TestCase
Inheritance:
extends
PHPUnit_Framework_TestCase
Datei anzeigen
Open project: ptrofimov/xpmock
Class Usage Examples
Public Methods
Method
Description
mock
(
string
$className
= 'stdClass',
mixed
$object
= [] ) :
MockWriter
reflect
(
string
|
object
$classOrObject
) :
Reflection
Method Details
mock()
public
method
public
mock
(
string
$className
= 'stdClass',
mixed
$object
= [] ) :
MockWriter
$className
string
$object
mixed
return
MockWriter
reflect()
public
method
public
reflect
(
string
|
object
$classOrObject
) :
Reflection
$classOrObject
string
|
object
return
Reflection