fucongcong/framework

View on GitHub
core/Group/Dao/Tests/DaoTest.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 4 of 4 total issues

Opening class brace must be on a line by itself
Open

{

Whitespace found at end of line
Open

{

Expected 1 newline at end of file; 0 found
Open

}

The method __initialize is not named in camelCase.
Open

public function __initialize()
{
$this->dao = new Dao();
}
Severity: Minor
Found in core/Group/Dao/Tests/DaoTest.php by phpmd
Category
Status