20 calls to file_unmanaged_copy()

color_scheme_form_submit in drupal/core/modules/color/color.module
Form submission handler for color_scheme_form().
FieldImportCreateTest::testImportCreate in drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportCreateTest.php
Tests creating fields and instances during config import.
file_copy in drupal/core/modules/file/file.module
Copies a file to a new location and adds a file record to the database.
file_unmanaged_move in drupal/core/includes/file.inc
Moves a file to a new location without database changes or hook invocation.
ImageAdminStylesTest::createSampleImage in drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php
Given an image style, generate an image.
ImageDimensionsTest::testImageDimensions in drupal/core/modules/image/lib/Drupal/image/Tests/ImageDimensionsTest.php
Test styled image dimensions cumulatively.
ImageItemTest::setUp in drupal/core/modules/image/lib/Drupal/image/Tests/ImageItemTest.php
Set the default field storage backend for fields created during tests.
ImageItemTest::testImageItem in drupal/core/modules/image/lib/Drupal/image/Tests/ImageItemTest.php
Tests using entity fields of the image field type.
ImageStyleFlushTest::createSampleImage in drupal/core/modules/image/lib/Drupal/image/Tests/ImageStyleFlushTest.php
Given an image style and a wrapper, generate an image.
ImageStylesPathAndUrlTest::_testImageStyleUrlAndPath in drupal/core/modules/image/lib/Drupal/image/Tests/ImageStylesPathAndUrlTest.php
Tests image_style_url().
ImageThemeFunctionTest::testImageFormatterTheme in drupal/core/modules/image/lib/Drupal/image/Tests/ImageThemeFunctionTest.php
Tests usage of the image field formatters.
ImageThemeFunctionTest::testImageStyleTheme in drupal/core/modules/image/lib/Drupal/image/Tests/ImageThemeFunctionTest.php
Tests usage of the image style theme function.
LocaleExportTest::setUp in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleExportTest.php
Sets up a Drupal site for running functional and integration tests.
LocaleImportFunctionalTest::setUp in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php
Sets up a Drupal site for running functional and integration tests.
system_theme_settings_submit in drupal/core/modules/system/system.admin.inc
Process system_theme_settings form submissions.
TypedDataTest::testGetAndSet in drupal/core/modules/system/lib/Drupal/system/Tests/TypedData/TypedDataTest.php
Tests the basics around constructing and working with typed data objects.
UnmanagedCopyTest::testNonExistent in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedCopyTest.php
Copy a non-existent file.
UnmanagedCopyTest::testNormal in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedCopyTest.php
Copy a normal file.
UnmanagedCopyTest::testOverwriteSelf in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedCopyTest.php
Copy a file onto itself.
WebTestBase::drupalGetTestFiles in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Get a list files that can be used in tests.