You are here

public function Prophet::getProphecies in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpspec/prophecy/src/Prophecy/Prophet.php \Prophecy\Prophet::getProphecies()

Returns all created object prophecies.

Return value

ObjectProphecy[]

File

vendor/phpspec/prophecy/src/Prophecy/Prophet.php, line 99

Class

Prophet
Prophet creates prophecies.

Namespace

Prophecy

Code

public function getProphecies() {
  return $this->prophecies;
}