You are here

class CTFoo in Zircon Profile 8

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

Hierarchy

Expanded class hierarchy of CTFoo

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

File

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

View source
class CTFoo {
  use TA;
  use TZ;

}

Members