trait TZ

Hierarchy

1 string reference to 'TZ'
ClassCollectionLoaderTest::testTraitDependencies in drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php

File

drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/deps/traits.php, line 6

View source
trait TZ {
  use TD;

}

Members