File
- drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/FileBagTest.php, line 130
Class
- FileBagTest
- FileBagTest.
Namespace
Symfony\Component\HttpFoundation\Tests
Code
protected function createTempFile() {
return tempnam(sys_get_temp_dir() . '/form_test', 'FormTest');
}