ConstraintImplementationTrait
trait ConstraintImplementationTrait
| internal | This trait is not covered by the backward compatibility promise | 
Methods
                    create(array $expected)
        
                                            
                
            No description
                    static void
                
                
                    validateExpectations(array $expected, int $argument, int $distance = 1)
        
                                            
                
            No description
                    static ValueSelectorInterface
                
                
                    makeSelector()
        
                                            
                
            Creates instance of ValueSelectorInterface.
                    static ComparatorInterface
                
                
                    makeComparator()
        
                                            
                
            Creates instance of ComparatorInterface.
Details
        at line 26
                static            ConstraintImplementationTrait
    create(array $expected)
        
    
    No description
        at line 41
            abstract    static    protected        void
    validateExpectations(array $expected, int $argument, int $distance = 1)
        
    
    No description
        at line 46
            abstract    static    protected        ValueSelectorInterface
    makeSelector()
        
    
    Creates instance of ValueSelectorInterface.
        at line 51
            abstract    static    protected        ComparatorInterface
    makeComparator()
        
    
    Creates instance of ComparatorInterface.