efureev/php-support

View on GitHub
src/Testing/AdditionalAssertionsTrait.php

Summary

Maintainability
A
1 hr
Test Coverage

Method assertClassUsesTraits has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function assertClassUsesTraits($class, $expected_traits, string $message = ''): void
    {
        /**
         * Returns all traits used by a trait and its traits.
         *
Severity: Minor
Found in src/Testing/AdditionalAssertionsTrait.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status