HuasoFoundries/jpgraph

View on GitHub
tests/CanvasTest.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 CanvasTest extends \Codeception\Test\Unit
Severity: Minor
Found in tests/CanvasTest.php by phpcodesniffer

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

<?php
Severity: Minor
Found in tests/CanvasTest.php by phpcodesniffer

Method name "_before" should not be prefixed with an underscore to indicate visibility
Open

    protected function _before()
Severity: Minor
Found in tests/CanvasTest.php by phpcodesniffer

Method name "_after" should not be prefixed with an underscore to indicate visibility
Open

    protected function _after()
Severity: Minor
Found in tests/CanvasTest.php by phpcodesniffer

Whitespace found at end of line
Open

 * 
Severity: Minor
Found in tests/CanvasTest.php by phpcodesniffer

There are no issues that match your filters.

Category
Status