rector/packages/Testing/Contract/RectorTestInterface.php

11 lines
156 B
PHP

<?php
declare(strict_types=1);
namespace Rector\Testing\Contract;
interface RectorTestInterface
{
public function provideConfigFilePath(): string;
}