More tests

This commit is contained in:
James Cole
2016-12-11 13:28:13 +01:00
parent 406150620a
commit dc28ba42ef
2 changed files with 46 additions and 38 deletions

View File

@@ -115,7 +115,7 @@ class TestData
'title' => Crypt::encrypt($attachment['title']),
'description' => Crypt::encrypt($attachment['description']),
'notes' => Crypt::encrypt($attachment['notes']),
'mime' => $attachment['mime'],
'mime' => Crypt::encrypt($attachment['mime']),
'size' => strlen($attachment['content']),
'uploaded' => 1,
]