Documentation

PHPUnit_Framework_MockObject_Builder_Namespace
in

Interface for builders which can register builders with a given identification.

This interface relates to PHPUnit_Framework_MockObject_Builder_Identity.

Tags
since

Interface available since Release 1.0.0

Table of Contents

lookupId()  : PHPUnit_Framework_MockObject_Builder_Match
Looks up the match builder with identification $id and returns it.
registerId()  : mixed
Registers the match builder $builder with the identification $id. The builder can later be looked up using lookupId() to figure out if it has been invoked.

Methods

Search results