Object prophecy.
- Author
- Konstantin Kudryashov ever..nosp@m.zet@.nosp@m.gmail.nosp@m..com
◆ __construct()
Initializes object prophecy.
- Parameters
-
LazyDouble | $lazyDouble | |
CallCenter | $callCenter | |
RevealerInterface | $revealer | |
ComparatorFactory | $comparatorFactory | |
◆ __call()
Prophecy\Prophecy\ObjectProphecy::__call |
( |
|
$methodName, |
|
|
array |
$arguments |
|
) |
| |
Creates new method prophecy using specified method name and arguments.
- Parameters
-
string | $methodName | |
array | $arguments | |
- Returns
- MethodProphecy
◆ __get()
Prophecy\Prophecy\ObjectProphecy::__get |
( |
|
$name | ) |
|
Tries to get property value from double.
- Parameters
-
- Returns
- mixed
◆ __set()
Prophecy\Prophecy\ObjectProphecy::__set |
( |
|
$name, |
|
|
|
$value |
|
) |
| |
Tries to set property value to double.
- Parameters
-
◆ addMethodProphecy()
Prophecy\Prophecy\ObjectProphecy::addMethodProphecy |
( |
MethodProphecy |
$methodProphecy | ) |
|
Adds method prophecy to object prophecy.
- Parameters
-
- Exceptions
-
◆ checkProphecyMethodsPredictions()
Prophecy\Prophecy\ObjectProphecy::checkProphecyMethodsPredictions |
( |
| ) |
|
Checks that registered method predictions do not fail.
- Exceptions
-
◆ findProphecyMethodCalls()
Prophecy\Prophecy\ObjectProphecy::findProphecyMethodCalls |
( |
|
$methodName, |
|
|
ArgumentsWildcard |
$wildcard |
|
) |
| |
Finds calls by method name & arguments wildcard.
- Parameters
-
string | $methodName | |
ArgumentsWildcard | $wildcard | |
- Returns
- Call[]
◆ getMethodProphecies()
Prophecy\Prophecy\ObjectProphecy::getMethodProphecies |
( |
|
$methodName = null | ) |
|
Returns either all or related to single method prophecies.
- Parameters
-
- Returns
- MethodProphecy[]
◆ makeProphecyMethodCall()
Prophecy\Prophecy\ObjectProphecy::makeProphecyMethodCall |
( |
|
$methodName, |
|
|
array |
$arguments |
|
) |
| |
Makes specific method call.
- Parameters
-
string | $methodName | |
array | $arguments | |
- Returns
- mixed
◆ reveal()
Prophecy\Prophecy\ObjectProphecy::reveal |
( |
| ) |
|
◆ willBeConstructedWith()
Prophecy\Prophecy\ObjectProphecy::willBeConstructedWith |
( |
array |
$arguments = null | ) |
|
Sets constructor arguments.
- Parameters
-
- Returns
- $this
◆ willExtend()
Prophecy\Prophecy\ObjectProphecy::willExtend |
( |
|
$class | ) |
|
Forces double to extend specific class.
- Parameters
-
- Returns
- $this
◆ willImplement()
Prophecy\Prophecy\ObjectProphecy::willImplement |
( |
|
$interface | ) |
|
Forces double to implement specific interface.
- Parameters
-
- Returns
- $this
The documentation for this class was generated from the following file:
- vendor/phpspec/prophecy/src/Prophecy/Prophecy/ObjectProphecy.php