public function PHP_CodeCoverage_Report_Node_File::getTraits in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/File.php \PHP_CodeCoverage_Report_Node_File::getTraits()
Returns the traits of this node.
Return value
array
Overrides PHP_CodeCoverage_Report_Node::getTraits
File
- vendor/
phpunit/ php-code-coverage/ src/ CodeCoverage/ Report/ Node/ File.php, line 171
Class
- PHP_CodeCoverage_Report_Node_File
- Represents a file in the code coverage information tree.
Code
public function getTraits() {
return $this->traits;
}