1 <?php namespace Modulework\Modules\Http\Utilities;
2 /*
3 * (c) Christian Gärtner <christiangaertner.film@googlemail.com>
4 * This file is part of the Modulework Framework
5 * License: View distributed LICENSE file
6 */
7
8
9 /**
10 * {@inheritdoc}
11 * NOTE: This class will require the (not yet written) "File" module
12 */
13 class FileCase extends ArrayCase { }