1 file.test | public FileTaxonomyTermTestCase::testTermFilePublic() |
Tests that a public file can be attached to a taxonomy term.
File
- core/
modules/ file/ tests/ file.test, line 505 - Tests for file.module.
Class
- FileTaxonomyTermTestCase
- Tests adding a file to a non-node entity.
Code
public function testTermFilePublic() {
$this->_testTermFile('public');
}