tests/test-sample.php
Showing 36 of 36 total issues
The class WP_Test_BootstrapLoader is not named in CamelCase. Open
Open
class WP_Test_BootstrapLoader extends WP_UnitTestCase { // Test jQuery is Loaded. function testjQueryIsLoaded() {
- Read upRead up
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
}
- Exclude checks
You must use "/**" style comments for a function comment Open
Open
function testBootstrapIsLoaded() {
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$this->assertTrue( wp_script_is( 'bootstrap' ) );
- Exclude checks
Visibility must be declared on method "testBootstrapIsLoaded" Open
Open
function testBootstrapIsLoaded() {
- Exclude checks
You must use "/**" style comments for a function comment Open
Open
function testWebfontIsLoaded() {
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$this->assertTrue( wp_script_is( 'jquery' ) );
- Exclude checks
There must be no blank lines after the class comment Open
Open
*/
- Exclude checks
Missing file doc comment Open
Open
<?php
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$this->assertFalse( wp_script_is( 'webfont' ) );
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$this->assertTrue( wp_script_is( 'webfont' ) );
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
}
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$this->assertFalse( wp_script_is( 'bootstrap' ) );
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
do_action( 'wp_enqueue_scripts' );
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
do_action( 'wp_enqueue_scripts' );
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
}
- Exclude checks
You must use "/**" style comments for a function comment Open
Open
function testjQueryIsLoaded() {
- Exclude checks
Visibility must be declared on method "testjQueryIsLoaded" Open
Open
function testjQueryIsLoaded() {
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
$this->assertFalse( wp_script_is( 'jquery' ) );
- Exclude checks
Tabs must be used to indent lines; spaces are not allowed Open
Open
do_action( 'wp_enqueue_scripts' );
- Exclude checks
Visibility must be declared on method "testWebfontIsLoaded" Open
Open
function testWebfontIsLoaded() {
- Exclude checks
Whitespace found at end of line Open
Open
- Exclude checks
Whitespace found at end of line Open
Open
- Exclude checks
Whitespace found at end of line Open
Open
}
- Exclude checks
Whitespace found at end of line Open
Open
- Exclude checks
Whitespace found at end of line Open
Open
- Exclude checks
Whitespace found at end of line Open
Open
- Exclude checks
Whitespace found at end of line Open
Open
}
- Exclude checks
Whitespace found at end of line Open
Open
- Exclude checks
Whitespace found at end of line Open
Open
- Exclude checks
Whitespace found at end of line Open
Open
- Exclude checks
Whitespace found at end of line Open
Open
- Exclude checks
Whitespace found at end of line Open
Open
}
- Exclude checks
Whitespace found at end of line Open
Open
- Exclude checks
Whitespace found at end of line Open
Open
- Exclude checks
Whitespace found at end of line Open
Open
- Exclude checks