jaroslavtyc/drd-plus-codes

View on GitHub
tests/Codes/Theurgist/AllTheurgistCodesTest.php

Summary

Maintainability
A
0 mins
Test Coverage

The method Every_theurgist_code_comes_from_abstract_theurgist_code is not named in camelCase.
Open

    public function Every_theurgist_code_comes_from_abstract_theurgist_code()
    {
        foreach ($this->getCodeClasses(DemonCode::class) as $theurgistCodeClass) {
            self::assertTrue(
                is_a($theurgistCodeClass, AbstractTheurgistCode::class, true),

CamelCaseMethodName

Since: 0.2

It is considered best practice to use the camelCase notation to name methods.

Example

class ClassName {
    public function get_name() {
    }
}

Source

There are no issues that match your filters.

Category
Status