| SaveUploadTest.php |
file |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
|
| SaveUploadTest::$account |
property |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
The user used by the test. |
| SaveUploadTest::$defaultTheme |
property |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
The theme to install as the default for testing. |
| SaveUploadTest::$image |
property |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
An image file path for uploading. |
| SaveUploadTest::$imageExtension |
property |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
Extension of the image filename. |
| SaveUploadTest::$maxFidBefore |
property |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
The largest file id when the test starts. |
| SaveUploadTest::$modules |
property |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
Modules to install. |
| SaveUploadTest::$phpFile |
property |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
A PHP file path for upload security testing. |
| SaveUploadTest::setUp |
function |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
|
| SaveUploadTest::testDrupalMovingUploadedFileError |
function |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
Tests for log entry on failing destination. |
| SaveUploadTest::testDuplicate |
function |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
Tests uploading a duplicate file. |
| SaveUploadTest::testExistingError |
function |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
Tests for failure when uploading over a file that already exists. |
| SaveUploadTest::testExistingRename |
function |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
Tests renaming when uploading over a file that already exists. |
| SaveUploadTest::testExistingReplace |
function |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
Tests replacement when uploading over a file that already exists. |
| SaveUploadTest::testHandleDangerousFile |
function |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
Tests dangerous file handling. |
| SaveUploadTest::testHandleDotFile |
function |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
Test dangerous file handling. |
| SaveUploadTest::testHandleExtension |
function |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
Tests extension handling. |
| SaveUploadTest::testHandleFileMunge |
function |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
Tests file munge handling. |
| SaveUploadTest::testInvalidUtf8FilenameUpload |
function |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
Tests that filenames containing invalid UTF-8 are rejected. |
| SaveUploadTest::testNormal |
function |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
Tests the file_save_upload() function. |
| SaveUploadTest::testNoUpload |
function |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
Tests for no failures when not uploading a file. |
| SaveUploadTest::testRequired |
function |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
Tests the file_save_upload() function when the field is required. |
| SaveUploadTest::testSanitization |
function |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
Tests filename sanitization. |
| SaveUploadTest::testSecurityRenameLogging |
function |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
Tests that security renames are logged to watchdog. |
| ScaffoldFileCollectionTest |
class |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/ScaffoldFileCollectionTest.php |
Tests Drupal\Composer\Plugin\Scaffold\Operations\ScaffoldFileCollection. |
| ScaffoldFileCollectionTest.php |
file |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/ScaffoldFileCollectionTest.php |
|
| ScaffoldFileCollectionTest::testCreate |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/ScaffoldFileCollectionTest.php |
Tests create. |
| ScaffoldTest |
class |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Tests Composer Scaffold. |
| ScaffoldTest.php |
file |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
|
| ScaffoldTest::$fileSystem |
property |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
The Symfony FileSystem component. |
| ScaffoldTest::$fixtures |
property |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
The Fixtures object. |
| ScaffoldTest::$fixturesDir |
property |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Directory to perform the tests in. |
| ScaffoldTest::$projectRoot |
property |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
The root of this project. |
| ScaffoldTest::assertAutoloadFileCorrect |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Assert that the autoload file was scaffolded and contains correct path. |
| ScaffoldTest::assertCommonDrupalAssetsWereScaffolded |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Asserts that the scaffold files from drupal/assets are placed as expected. |
| ScaffoldTest::assertDefaultSettingsFromScaffoldOverride |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Asserts that the default settings file was overridden by the test. |
| ScaffoldTest::assertHtaccessExcluded |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Asserts that the .htaccess file was excluded by the test. |
| ScaffoldTest::createSut |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Creates the System-Under-Test. |
| ScaffoldTest::scaffoldAppendTestValues |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Provides test values for testDrupalDrupalFileWasAppended. |
| ScaffoldTest::scaffoldAppendTestValuesToPermute |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Tests values to run both with $is_link FALSE and $is_link TRUE. |
| ScaffoldTest::scaffoldExpectedExceptionTestValues |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Data provider for testScaffoldWithExpectedException. |
| ScaffoldTest::scaffoldOverridingSettingsExcludingHtaccessValues |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Provides test values for testScaffoldOverridingSettingsExcludingHtaccess. |
| ScaffoldTest::scaffoldSut |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Creates the system-under-test and runs a scaffold operation on it. |
| ScaffoldTest::setUp |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
|
| ScaffoldTest::tearDown |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
|
| ScaffoldTest::testDrupalDrupalFileWasAppended |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Tests a fixture where the robots.txt file is prepended / appended to. |
| ScaffoldTest::testDrupalDrupalFileWasReplaced |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Asserts that the appropriate file was replaced. |
| ScaffoldTest::testEmptyProject |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Try to scaffold a project that does not scaffold anything. |
| ScaffoldTest::testProjectThatScaffoldsEmptyProject |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Try to scaffold a project that allows a project with no scaffold files. |
| ScaffoldTest::testScaffoldOverridingSettingsExcludingHtaccess |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php |
Asserts that the drupal/assets scaffold files correct for sut. |