namespace Prophecy\Doubler
Object name | File name | Summary |
---|---|---|
CachedDoubler | vendor/phpspec/prophecy/src/Prophecy/Doubler/CachedDoubler.php | Cached class doubler. Prevents mirroring/creation of the same structure twice. |
DoubleInterface | vendor/phpspec/prophecy/src/Prophecy/Doubler/DoubleInterface.php | Core double interface. All doubled classes will implement this one. |
Doubler | vendor/phpspec/prophecy/src/Prophecy/Doubler/Doubler.php | Cached class doubler. Prevents mirroring/creation of the same structure twice. |
LazyDouble | vendor/phpspec/prophecy/src/Prophecy/Doubler/LazyDouble.php | Lazy double. Gives simple interface to describe double before creating it. |
NameGenerator | vendor/phpspec/prophecy/src/Prophecy/Doubler/NameGenerator.php | Name generator. Generates classname for double. |