tests/unit/Contact_Test.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 ContactTest extends \PHPUnit\Framework\TestCase {
Severity: Minor
Found in tests/unit/Contact_Test.php by phpcodesniffer

Opening brace of a class must be on the line after the definition
Open

class ContactTest extends \PHPUnit\Framework\TestCase {
Severity: Minor
Found in tests/unit/Contact_Test.php by phpcodesniffer

Method name "ContactTest::test_getUrlForUser_nolookupDefined" is not in camel caps format
Open

    public function test_getUrlForUser_nolookupDefined() {
Severity: Minor
Found in tests/unit/Contact_Test.php by phpcodesniffer

Method name "ContactTest::test_getUrlForUser_lookupDefined" is not in camel caps format
Open

    public function test_getUrlForUser_lookupDefined() {
Severity: Minor
Found in tests/unit/Contact_Test.php by phpcodesniffer

Method name "ContactTest::test_getHtmlForUser_nolookupDefined" is not in camel caps format
Open

    public function test_getHtmlForUser_nolookupDefined() {
Severity: Minor
Found in tests/unit/Contact_Test.php by phpcodesniffer

Method name "ContactTest::test_getHtmlForUser_lookupDefined" is not in camel caps format
Open

    public function test_getHtmlForUser_lookupDefined() {
Severity: Minor
Found in tests/unit/Contact_Test.php by phpcodesniffer

Opening brace should be on a new line
Open

    public function test_getUrlForUser_lookupDefined() {
Severity: Minor
Found in tests/unit/Contact_Test.php by phpcodesniffer

Opening brace should be on a new line
Open

    public function test_getUrlForUser_nolookupDefined() {
Severity: Minor
Found in tests/unit/Contact_Test.php by phpcodesniffer

Opening brace should be on a new line
Open

    public function test_getHtmlForUser_lookupDefined() {
Severity: Minor
Found in tests/unit/Contact_Test.php by phpcodesniffer

Opening brace should be on a new line
Open

    public function test_getHtmlForUser_nolookupDefined() {
Severity: Minor
Found in tests/unit/Contact_Test.php by phpcodesniffer

There are no issues that match your filters.

Category
Status