You are here

public function NodeReferenceFormTest::testReferenceableNodeTypesAll in References 7.2

Test unlimited referencing.

File

node_reference/node_reference.test, line 98
Initial node_reference tests.

Class

NodeReferenceFormTest
Unit tests for referenceability of node types in entity forms.

Code

public function testReferenceableNodeTypesAll() {
  $allowed = node_type_get_names();
  $this
    ->runReferenceableNodeTest($allowed, t('Unimited referencing'));
}