You are here

protected function FileBagTest::createTempFile in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-foundation/Tests/FileBagTest.php \Symfony\Component\HttpFoundation\Tests\FileBagTest::createTempFile()
4 calls to FileBagTest::createTempFile()
FileBagTest::testShouldConvertNestedUploadedFilesWithPhpBug in vendor/symfony/http-foundation/Tests/FileBagTest.php
FileBagTest::testShouldConvertsUploadedFiles in vendor/symfony/http-foundation/Tests/FileBagTest.php
FileBagTest::testShouldConvertUploadedFilesWithPhpBug in vendor/symfony/http-foundation/Tests/FileBagTest.php
FileBagTest::testShouldNotConvertNestedUploadedFiles in vendor/symfony/http-foundation/Tests/FileBagTest.php

File

vendor/symfony/http-foundation/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');
}