for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SmartGamma\Behat\PactExtension\Infrastructure\Factory;
use PhpPact\Consumer\InteractionBuilder;
use PhpPact\Standalone\MockService\MockServerConfigInterface;
class InteractionBuilderFactory
{
public function create(MockServerConfigInterface $config)
return new InteractionBuilder($config);
}