PhpSpec\Wrapper\Collaborator::implement PHP Method

implement() public method

public implement ( string $interface )
$interface string
    public function implement($interface)
    {
        $this->prophecy->willImplement($interface);
    }