You are here

public function PHPUnit_Framework_MockObject_Builder_Match::after in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Match.php \PHPUnit_Framework_MockObject_Builder_Match::after()

Defines the expectation which must occur before the current is valid.

Parameters

string $id The identification of the expectation that should: occur before this one.

Return value

PHPUnit_Framework_MockObject_Builder_Stub

1 method overrides PHPUnit_Framework_MockObject_Builder_Match::after()
PHPUnit_Framework_MockObject_Builder_InvocationMocker::after in vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/InvocationMocker.php

File

vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Match.php, line 25

Class

PHPUnit_Framework_MockObject_Builder_Match
Builder interface for invocation order matches.

Code

public function after($id);