wp-bootstrap/wp-bootstrap-loader

View on GitHub
tests/test-sample.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 36 of 36 total issues

The class WP_Test_BootstrapLoader is not named in CamelCase.
Open

class WP_Test_BootstrapLoader extends WP_UnitTestCase {
 
// Test jQuery is Loaded.
function testjQueryIsLoaded() {
Severity: Minor
Found in tests/test-sample.php by phpmd

Tabs must be used to indent lines; spaces are not allowed
Open

}
Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

You must use "/**" style comments for a function comment
Open

function testBootstrapIsLoaded() {
Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Tabs must be used to indent lines; spaces are not allowed
Open

$this->assertTrue( wp_script_is( 'bootstrap' ) );
Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Visibility must be declared on method "testBootstrapIsLoaded"
Open

function testBootstrapIsLoaded() {
Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

You must use "/**" style comments for a function comment
Open

function testWebfontIsLoaded() {
Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Tabs must be used to indent lines; spaces are not allowed
Open

$this->assertTrue( wp_script_is( 'jquery' ) );
Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

There must be no blank lines after the class comment
Open

*/
Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Missing file doc comment
Open

<?php
Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Tabs must be used to indent lines; spaces are not allowed
Open

$this->assertFalse( wp_script_is( 'webfont' ) );
Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Tabs must be used to indent lines; spaces are not allowed
Open

$this->assertTrue( wp_script_is( 'webfont' ) );
Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Tabs must be used to indent lines; spaces are not allowed
Open

}
Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Tabs must be used to indent lines; spaces are not allowed
Open

$this->assertFalse( wp_script_is( 'bootstrap' ) );
Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Tabs must be used to indent lines; spaces are not allowed
Open

do_action( 'wp_enqueue_scripts' );
Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Tabs must be used to indent lines; spaces are not allowed
Open

do_action( 'wp_enqueue_scripts' );
Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Tabs must be used to indent lines; spaces are not allowed
Open

}
Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

You must use "/**" style comments for a function comment
Open

function testjQueryIsLoaded() {
Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Visibility must be declared on method "testjQueryIsLoaded"
Open

function testjQueryIsLoaded() {
Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Tabs must be used to indent lines; spaces are not allowed
Open

$this->assertFalse( wp_script_is( 'jquery' ) );
Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Tabs must be used to indent lines; spaces are not allowed
Open

do_action( 'wp_enqueue_scripts' );
Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Visibility must be declared on method "testWebfontIsLoaded"
Open

function testWebfontIsLoaded() {
Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Whitespace found at end of line
Open

Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Whitespace found at end of line
Open

Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Whitespace found at end of line
Open

}
Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Whitespace found at end of line
Open

Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Whitespace found at end of line
Open

Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Whitespace found at end of line
Open

Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Whitespace found at end of line
Open

}
Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Whitespace found at end of line
Open

Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Whitespace found at end of line
Open

Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Whitespace found at end of line
Open

Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Whitespace found at end of line
Open

Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Whitespace found at end of line
Open

}
Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Whitespace found at end of line
Open

Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Whitespace found at end of line
Open

Severity: Minor
Found in tests/test-sample.php by phpcodesniffer

Whitespace found at end of line
Open

Severity: Minor
Found in tests/test-sample.php by phpcodesniffer
Category
Status