pact-foundation / pact-php

PHP version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project
Apache License 2.0
273 stars 92 forks source link

chore: Fix copy paste issues in MinimalFormatterTest #577

Closed tienvx closed 5 months ago

tienvx commented 5 months ago

Fix these errors:

  20     Parameter #2 $value of class PhpPact\Consumer\Matcher\Matchers\Date constructor  
         expects string|null, int given.                                                  
  26     Method PhpPact\Consumer\Matcher\Formatters\MinimalFormatter::format() invoked    
         with 3 parameters, 1 required.

It's my bad. I copied pasted without modifying.

For https://github.com/pact-foundation/pact-php/pull/564