You are here

14 calls to FileManagedUnitTestBase::assertFileUnchanged() in Drupal 9

CopyTest::testExistingError in core/modules/file/tests/src/Kernel/CopyTest.php
Tests that copying over an existing file fails when instructed to do so.
CopyTest::testExistingRename in core/modules/file/tests/src/Kernel/CopyTest.php
Tests renaming when copying over a file that already exists.
CopyTest::testExistingReplace in core/modules/file/tests/src/Kernel/CopyTest.php
Tests replacement when copying over a file that already exists.
CopyTest::testNormal in core/modules/file/tests/src/Kernel/CopyTest.php
Tests file copying in the normal, base case.
MoveTest::testExistingError in core/modules/file/tests/src/Kernel/MoveTest.php
Tests that moving onto an existing file fails when instructed to do so.
MoveTest::testExistingRename in core/modules/file/tests/src/Kernel/MoveTest.php
Tests renaming when moving onto a file that already exists.
MoveTest::testExistingReplace in core/modules/file/tests/src/Kernel/MoveTest.php
Tests replacement when moving onto a file that already exists.
MoveTest::testExistingReplaceSelf in core/modules/file/tests/src/Kernel/MoveTest.php
Tests replacement when moving onto itself.
MoveTest::testNormal in core/modules/file/tests/src/Kernel/MoveTest.php
Move a normal file.
SaveDataTest::testExistingError in core/modules/file/tests/src/Kernel/SaveDataTest.php
Tests that file_save_data() fails overwriting an existing file.
SaveDataTest::testExistingRename in core/modules/file/tests/src/Kernel/SaveDataTest.php
Tests file_save_data() when renaming around an existing file.
SaveDataTest::testExistingReplace in core/modules/file/tests/src/Kernel/SaveDataTest.php
Tests file_save_data() when replacing an existing file.
SaveDataTest::testWithFilename in core/modules/file/tests/src/Kernel/SaveDataTest.php
Tests the file_save_data() function when a filename is provided.
SaveDataTest::testWithoutFilename in core/modules/file/tests/src/Kernel/SaveDataTest.php
Tests the file_save_data() function when no filename is provided.