daemonraco/toobasic-workflows

View on GitHub
tests/workflows/000TooBasicTest.php

Summary

Maintainability
A
0 mins
Test Coverage

The class Selenium_TooBasicTest is not named in CamelCase.
Open

class Selenium_TooBasicTest extends TooBasic_SeleniumTestCase {
    public function testTitle() {
        $this->url('index.php');
        $this->checkCurrentSource();

Severity: Minor
Found in tests/workflows/000TooBasicTest.php by phpmd

CamelCaseClassName

Since: 0.2

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

Example

class class_name {
}

Source

There are no issues that match your filters.

Category
Status