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