function TestDiskSpaceValidator::freeSpace
Same name and namespace in other branches
- 11.x core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php \Drupal\Tests\package_manager\Kernel\TestDiskSpaceValidator::freeSpace()
File
-
core/
modules/ package_manager/ tests/ src/ Kernel/ PackageManagerKernelTestBase.php, line 527
Class
- TestDiskSpaceValidator
- A test version of the disk space validator to bypass system-level functions.
Namespace
Drupal\Tests\package_manager\KernelCode
protected function freeSpace(string $path) : float {
return $this->freeSpace[$path];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.