Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
| Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
| DeletedFilesInMemoryFilesystemAdapter | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
|||
| 1 | <?php |
| 2 | /** |
| 3 | * Really just so I can see types when debugging. |
| 4 | */ |
| 5 | |
| 6 | namespace BrianHenryIE\Strauss\Helpers; |
| 7 | |
| 8 | class DeletedFilesInMemoryFilesystemAdapter extends InMemoryFilesystemAdapter |
| 9 | { |
| 10 | } |