diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-02-14 19:13:59 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-02-14 19:13:59 +0100 |
commit | 4f5f2f496bdc182ac9edeb2f416d12fa5e56a9ca (patch) | |
tree | 34c2af816b317742fb70edc1be2d0e9e5045ae3a /application/tests/test_service_files.php | |
parent | d7fc5f46a8b6faec4ec0c18089d94d21e505c36c (diff) |
Use assoc array for service/files/verify_uploaded_files
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/tests/test_service_files.php')
-rw-r--r-- | application/tests/test_service_files.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/tests/test_service_files.php b/application/tests/test_service_files.php index 3330e8c22..8789a9888 100644 --- a/application/tests/test_service_files.php +++ b/application/tests/test_service_files.php @@ -71,7 +71,7 @@ class test_service_files extends Test { $data = $e->get_data(); $this->t->is($e->get_error_id(), "file/upload-verify", "verify should error"); $this->t->is_deeply(array( - array( + 'file[1]' => array( 'filename' => 'foobar.txt', 'formfield' => 'file[1]', 'message' => 'No file was uploaded', |