You are here

public function RegistryAutoloadTraitTest::__construct in Registry Autoload 7

Constructs a RegistryAutoloadTraitTest object.

File

tests/modules/registry_autoload_test/src/Cache/RegistryAutoloadTestTraitTest.php, line 16
Tests that traits work properly.

Class

RegistryAutoloadTraitTest

Namespace

Drupal\registry_autoload_test\Cache

Code

public function __construct() {
  print "Hello Class using trait.\n";
  $this
    ->foo();
}