You are here

public function MethodProphecy::shouldNotBeenCalled in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpspec/prophecy/src/Prophecy/Prophecy/MethodProphecy.php \Prophecy\Prophecy\MethodProphecy::shouldNotBeenCalled()

Checks no calls prediction.

Return value

$this

See also

Prophecy\Prediction\NoCallsPrediction

File

vendor/phpspec/prophecy/src/Prophecy/Prophecy/MethodProphecy.php, line 337

Class

MethodProphecy
Method prophecy.

Namespace

Prophecy\Prophecy

Code

public function shouldNotBeenCalled() {
  return $this
    ->shouldNotHaveBeenCalled();
}