trait TC in Zircon Profile 8.0
Same name and namespace in other branches
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;
}