diff --git a/tests/web-fixtures/advanced_form_post.php b/tests/web-fixtures/advanced_form_post.php index ce47174..71d1c8d 100644 --- a/tests/web-fixtures/advanced_form_post.php +++ b/tests/web-fixtures/advanced_form_post.php @@ -22,6 +22,7 @@ ksort($POST); echo str_replace('>', '', var_export($POST, true)) . "\n"; if (isset($FILES['about']) && file_exists($FILES['about']->getPathname())) { + echo $FILES['about']->getClientOriginalName() . "\n"; echo file_get_contents($FILES['about']->getPathname()); } else { echo "no file";