for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Mcustiel\Phiremock\Common\Utils;
use Mcustiel\Phiremock\Domain\Expectation;
interface ArrayToExpectationConverter
{
public function convert(array $expectationArray): Expectation;
}