Test for no failures when not uploading a file.
function testNoUpload() { $this ->drupalPost('file-test/upload', array(), t('Submit')); $this ->assertNoRaw(t('Epic upload FAIL!'), t('Failure message not found.')); }