XoopsModules25x/xoopsinfo

View on GitHub
phpsecinfo/PhpSecInfo/Test/Test_Dir.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_Dir extends PhpSecInfo_Test

The class PhpSecInfo_Test_Dir is not named in CamelCase.
Open

class PhpSecInfo_Test_Dir extends PhpSecInfo_Test
{
    /**
     * This value is used to group test results together.
     *

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_Dir extends PhpSecInfo_Test
{
    /**
     * This value is used to group test results together.
     *

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 19 and the first side effect is on line 14.
Open

<?php

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

class PhpSecInfo_Test_Dir extends PhpSecInfo_Test

There are no issues that match your filters.

Category
Status