1 file.test public FileTaxonomyTermTestCase::testTermFilePrivate()

Tests that a private file can be attached to a taxonomy term.

File

core/modules/file/tests/file.test, line 512
Tests for file.module.

Class

FileTaxonomyTermTestCase
Tests adding a file to a non-node entity.

Code

public function testTermFilePrivate() {
  $this->_testTermFile('private');
}