diff options
author | Fyorl <gaelreth@gmail.com> | 2012-07-08 14:39:18 +0100 |
---|---|---|
committer | Fyorl <gaelreth@gmail.com> | 2012-07-09 14:08:20 +0100 |
commit | 580cec619b399f710aedc1d3c2dd92c2287ebaff (patch) | |
tree | 1061387bc329050dff1d56e313d31196c0a830b2 /tests/upload/fixture | |
parent | d89af53f6311d9f4cec60d136cf017df9e1a36cd (diff) | |
download | forums-580cec619b399f710aedc1d3c2dd92c2287ebaff.tar forums-580cec619b399f710aedc1d3c2dd92c2287ebaff.tar.gz forums-580cec619b399f710aedc1d3c2dd92c2287ebaff.tar.bz2 forums-580cec619b399f710aedc1d3c2dd92c2287ebaff.tar.xz forums-580cec619b399f710aedc1d3c2dd92c2287ebaff.zip |
[ticket/10941] Added subdirectory for file operations
Also removed common.php as it was unnecessary.
PHPBB3-10941
Diffstat (limited to 'tests/upload/fixture')
-rw-r--r-- | tests/upload/fixture/gif | bin | 0 -> 35 bytes | |||
-rw-r--r-- | tests/upload/fixture/jpg | bin | 0 -> 519 bytes | |||
-rw-r--r-- | tests/upload/fixture/png | bin | 0 -> 69 bytes | |||
-rw-r--r-- | tests/upload/fixture/tif | bin | 0 -> 256 bytes | |||
-rw-r--r-- | tests/upload/fixture/txt | 1 |
5 files changed, 1 insertions, 0 deletions
diff --git a/tests/upload/fixture/gif b/tests/upload/fixture/gif Binary files differnew file mode 100644 index 0000000000..b636f4b8df --- /dev/null +++ b/tests/upload/fixture/gif diff --git a/tests/upload/fixture/jpg b/tests/upload/fixture/jpg Binary files differnew file mode 100644 index 0000000000..3cd5038e38 --- /dev/null +++ b/tests/upload/fixture/jpg diff --git a/tests/upload/fixture/png b/tests/upload/fixture/png Binary files differnew file mode 100644 index 0000000000..5514ad40e9 --- /dev/null +++ b/tests/upload/fixture/png diff --git a/tests/upload/fixture/tif b/tests/upload/fixture/tif Binary files differnew file mode 100644 index 0000000000..248b50f9cb --- /dev/null +++ b/tests/upload/fixture/tif diff --git a/tests/upload/fixture/txt b/tests/upload/fixture/txt new file mode 100644 index 0000000000..d3c40d2ea7 --- /dev/null +++ b/tests/upload/fixture/txt @@ -0,0 +1 @@ +<HTML>mime trigger</HTML> |