Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
PhpSpec
Wrapper
Subject
Expectation
Positive
PHP Class PhpSpec\Wrapper\Subject\Expectation\Positive
Inheritance:
implements
PhpSpec\Wrapper\Subject\Expectation\Expectation
Mostra file
Open project: phpspec/phpspec
Public Methods
Method
Description
__construct
(
PhpSpec\Matcher\Matcher
$matcher
)
match
(
string
$alias
,
mixed
$subject
,
array
$arguments
= [] ) :
mixed
Method Details
__construct()
public
method
public
__construct
(
PhpSpec\Matcher\Matcher
$matcher
)
$matcher
PhpSpec\Matcher\Matcher
match()
public
method
public
match
(
string
$alias
,
mixed
$subject
,
array
$arguments
= [] ) :
mixed
$alias
string
$subject
mixed
$arguments
array
return
mixed