| 1 | <?php |
||
| 9 | class FilePrefixerTest extends \PHPUnit\Framework\TestCase { |
||
| 10 | |||
| 11 | public function testGivenNoFilePrefixes_fileNameIsNotChanged(): void { |
||
| 15 | |||
| 16 | public function testGivenPrefixes_prefixIsPrependedToFilename(): void { |
||
| 20 | |||
| 21 | public function testGivenPrefixesWithPath_prefixIsPrependedToFilename(): void { |
||
| 25 | |||
| 26 | } |
||
| 27 |