Lggr
Public Member Functions | List of all members
Prophecy\Prophecy\ObjectProphecy Class Reference
Inheritance diagram for Prophecy\Prophecy\ObjectProphecy:
Inheritance graph
[legend]
Collaboration diagram for Prophecy\Prophecy\ObjectProphecy:
Collaboration graph
[legend]

Public Member Functions

 __construct (LazyDouble $lazyDouble, CallCenter $callCenter=null, RevealerInterface $revealer=null, ComparatorFactory $comparatorFactory=null)
 
 willExtend ($class)
 
 willImplement ($interface)
 
 willBeConstructedWith (array $arguments=null)
 
 reveal ()
 
 addMethodProphecy (MethodProphecy $methodProphecy)
 
 getMethodProphecies ($methodName=null)
 
 makeProphecyMethodCall ($methodName, array $arguments)
 
 findProphecyMethodCalls ($methodName, ArgumentsWildcard $wildcard)
 
 checkProphecyMethodsPredictions ()
 
 __call ($methodName, array $arguments)
 
 __get ($name)
 
 __set ($name, $value)
 

Detailed Description

Object prophecy.

Author
Konstantin Kudryashov ever..nosp@m.zet@.nosp@m.gmail.nosp@m..com

Constructor & Destructor Documentation

◆ __construct()

Prophecy\Prophecy\ObjectProphecy::__construct ( LazyDouble  $lazyDouble,
CallCenter  $callCenter = null,
RevealerInterface  $revealer = null,
ComparatorFactory  $comparatorFactory = null 
)

Initializes object prophecy.

Parameters
LazyDouble$lazyDouble
CallCenter$callCenter
RevealerInterface$revealer
ComparatorFactory$comparatorFactory

Member Function Documentation

◆ __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
string$name
Returns
mixed

◆ __set()

Prophecy\Prophecy\ObjectProphecy::__set (   $name,
  $value 
)

Tries to set property value to double.

Parameters
string$name
mixed$value

◆ addMethodProphecy()

Prophecy\Prophecy\ObjectProphecy::addMethodProphecy ( MethodProphecy  $methodProphecy)

Adds method prophecy to object prophecy.

Parameters
MethodProphecy$methodProphecy
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
null | string$methodName
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 ( )

Reveals double.

Returns
object
Exceptions

Implements Prophecy\Prophecy\ProphecyInterface.

◆ willBeConstructedWith()

Prophecy\Prophecy\ObjectProphecy::willBeConstructedWith ( array  $arguments = null)

Sets constructor arguments.

Parameters
array$arguments
Returns
$this

◆ willExtend()

Prophecy\Prophecy\ObjectProphecy::willExtend (   $class)

Forces double to extend specific class.

Parameters
string$class
Returns
$this

◆ willImplement()

Prophecy\Prophecy\ObjectProphecy::willImplement (   $interface)

Forces double to implement specific interface.

Parameters
string$interface
Returns
$this

The documentation for this class was generated from the following file: