You are here

trait TZ in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/class-loader/Tests/Fixtures/deps/traits.php \TZ

Hierarchy

1 string reference to 'TZ'
ClassCollectionLoaderTest::testTraitDependencies in vendor/symfony/class-loader/Tests/ClassCollectionLoaderTest.php

File

vendor/symfony/class-loader/Tests/Fixtures/deps/traits.php, line 7

View source
trait TZ {
  use TD;

}

Members