XoopsModules25x/xoopsinfo

View on GitHub
phpsecinfo/PhpSecInfo/Test/Test_Functions.php

Summary

Maintainability
A
0 mins
Test Coverage

Each class must be in a namespace of at least one level (a top-level vendor name)
Open

class PhpSecInfo_Test_Functions extends PhpSecInfo_Test

The class PhpSecInfo_Test_Functions is not named in CamelCase.
Open

class PhpSecInfo_Test_Functions extends PhpSecInfo_Test
{
    /**
     * This value is used to group test results together.
     * For example, all tests related to the mysql lib should be grouped under "mysql."

CamelCaseClassName

Since: 0.2

It is considered best practice to use the CamelCase notation to name classes.

Example

class class_name {
}

Source

The property $test_group is not named in camelCase.
Open

class PhpSecInfo_Test_Functions extends PhpSecInfo_Test
{
    /**
     * This value is used to group test results together.
     * For example, all tests related to the mysql lib should be grouped under "mysql."

CamelCasePropertyName

Since: 0.2

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

Example

class ClassName {
    protected $property_name;
}

Source

A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 20 and the first side effect is on line 15.
Open

<?php

Class name "PhpSecInfo_Test_Functions" is not in camel caps format
Open

class PhpSecInfo_Test_Functions extends PhpSecInfo_Test

There are no issues that match your filters.

Category
Status