You are here

trait TB in Zircon Profile 8

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

Hierarchy

2 string references to 'TB'
ClassCollectionLoaderTest::testTraitDependencies in vendor/symfony/class-loader/Tests/ClassCollectionLoaderTest.php
format_size in core/includes/common.inc
Generates a string representation for the given byte count.

File

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

View source
trait TB {
  use TC;

}

Members