◆ __construct()
◆ after()
      
        
          | PHPUnit\Framework\MockObject\Builder\InvocationMocker::after  | 
          ( | 
            | 
          $id | ) | 
           | 
        
      
 
 
◆ id()
      
        
          | PHPUnit\Framework\MockObject\Builder\InvocationMocker::id  | 
          ( | 
            | 
          $id | ) | 
           | 
        
      
 
 
◆ method()
      
        
          | PHPUnit\Framework\MockObject\Builder\InvocationMocker::method  | 
          ( | 
            | 
          $constraint | ) | 
           | 
        
      
 
 
◆ will()
      
        
          | PHPUnit\Framework\MockObject\Builder\InvocationMocker::will  | 
          ( | 
          Stub  | 
          $stub | ) | 
           | 
        
      
 
 
◆ willReturn()
      
        
          | PHPUnit\Framework\MockObject\Builder\InvocationMocker::willReturn  | 
          ( | 
            | 
          $value,  | 
        
        
           | 
           | 
            | 
          $nextValues  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ willReturnArgument()
      
        
          | PHPUnit\Framework\MockObject\Builder\InvocationMocker::willReturnArgument  | 
          ( | 
            | 
          $argumentIndex | ) | 
           | 
        
      
 
 
◆ willReturnCallback()
      
        
          | PHPUnit\Framework\MockObject\Builder\InvocationMocker::willReturnCallback  | 
          ( | 
            | 
          $callback | ) | 
           | 
        
      
 
 
◆ willReturnMap()
      
        
          | PHPUnit\Framework\MockObject\Builder\InvocationMocker::willReturnMap  | 
          ( | 
          array  | 
          $valueMap | ) | 
           | 
        
      
 
 
◆ willReturnOnConsecutiveCalls()
      
        
          | PHPUnit\Framework\MockObject\Builder\InvocationMocker::willReturnOnConsecutiveCalls  | 
          ( | 
            | 
          $values | ) | 
           | 
        
      
 
 
◆ willReturnReference()
      
        
          | PHPUnit\Framework\MockObject\Builder\InvocationMocker::willReturnReference  | 
          ( | 
          &  | 
          $reference | ) | 
           | 
        
      
 
 
◆ willReturnSelf()
      
        
          | PHPUnit\Framework\MockObject\Builder\InvocationMocker::willReturnSelf  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ willThrowException()
      
        
          | PHPUnit\Framework\MockObject\Builder\InvocationMocker::willThrowException  | 
          ( | 
          \Throwable  | 
          $exception | ) | 
           | 
        
      
 
 
◆ with()
      
        
          | PHPUnit\Framework\MockObject\Builder\InvocationMocker::with  | 
          ( | 
            | 
          $arguments | ) | 
           | 
        
      
 
 
◆ withAnyParameters()
      
        
          | PHPUnit\Framework\MockObject\Builder\InvocationMocker::withAnyParameters  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ withConsecutive()
      
        
          | PHPUnit\Framework\MockObject\Builder\InvocationMocker::withConsecutive  | 
          ( | 
            | 
          $arguments | ) | 
           | 
        
      
 
- Parameters
 - 
  
  
 
- Exceptions
 - 
  
  
 
- Returns
 - $this 
 
 
 
The documentation for this class was generated from the following file: