Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidperezgar committed Sep 4, 2024
1 parent 01c30e7 commit a4456ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ class WP_Atom_Server {
}
}

// phpcs:set WordPress.NamingConventions.PrefixAllGlobals prefixes[]
// phpcs:set WordPress.NamingConventions.PrefixAllGlobals prefixes[] tod
function tod_something() {}

// phpcs:set WordPress.NamingConventions.PrefixAllGlobals prefixes[] ^%&
function ^%&_do_something() {}
// phpcs:set WordPress.NamingConventions.PrefixAllGlobals prefixes[]
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function getErrorList( $testFile = 'PrefixAllGlobalsUnitTest.1.inc' ) {
616 => 1,
617 => 1,
633 => 1,
679 => 1,
677 => 1,
);

case 'PrefixAllGlobalsUnitTest.4.inc':
Expand Down

0 comments on commit a4456ad

Please sign in to comment.