public function Prophet::getProphecies in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/src/Prophecy/Prophet.php \Prophecy\Prophet::getProphecies()
Returns all created object prophecies.
Return value
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Prophet.php, line 99
Class
- Prophet
- Prophet creates prophecies.
Namespace
ProphecyCode
public function getProphecies() {
return $this->prophecies;
}