You are here

trait TC in Zircon Profile 8

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

Hierarchy

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

File

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

View source
trait TC {
  use TD;

}

Members