22 calls to FileManagedUnitTestBase::assertFileHooksCalled()

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.
DeleteTest::testInUse in core/modules/file/tests/src/Kernel/DeleteTest.php
Tries deleting a file that is in use.
DeleteTest::testUnused in core/modules/file/tests/src/Kernel/DeleteTest.php
Tries deleting a normal file (as opposed to a directory, symlink, etc).
FileRepositoryTest::testExistingError in core/modules/file/tests/src/Kernel/FileRepositoryTest.php
Tests that writeData() fails overwriting an existing file.
FileRepositoryTest::testExistingRename in core/modules/file/tests/src/Kernel/FileRepositoryTest.php
Tests writeData() when renaming around an existing file.
FileRepositoryTest::testExistingReplace in core/modules/file/tests/src/Kernel/FileRepositoryTest.php
Tests writeData() when replacing an existing file.
FileRepositoryTest::testWithFilename in core/modules/file/tests/src/Kernel/FileRepositoryTest.php
Tests the writeData() method.
LegacyValidateTest::testCallerValidation in core/modules/file/tests/src/Kernel/LegacyValidateTest.php
Tests that the validators passed into are checked.
LegacyValidateTest::testInsecureExtensions in core/modules/file/tests/src/Kernel/LegacyValidateTest.php
Tests hard-coded security check in file_validate().
LoadTest::testLoadInvalidStatus in core/modules/file/tests/src/Kernel/LoadTest.php
Try to load a non-existent file by status.
LoadTest::testLoadMissingFid in core/modules/file/tests/src/Kernel/LoadTest.php
Try to load a non-existent file by fid.
LoadTest::testLoadMissingFilepath in core/modules/file/tests/src/Kernel/LoadTest.php
Try to load a non-existent file by URI.
LoadTest::testMultiple in core/modules/file/tests/src/Kernel/LoadTest.php
This will test loading file data from the database.
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.
SaveTest::testFileSave in core/modules/file/tests/src/Kernel/SaveTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.