Skip to content

Commit c2d244c

Browse files
authored
Merge pull request #2366 from WordPress/replace-non-inclsuive-test-function-name
Tests: Remove redundant placeholder function
2 parents 1413982 + d3a58e9 commit c2d244c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WordPress/Tests/DB/DirectDatabaseQueryUnitTest.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ function bar() {
1616
return $listofthings;
1717
}
1818

19-
function dummy() {
20-
}
19+
20+
2121

2222
function baz() {
2323
global $wpdb;

0 commit comments

Comments
 (0)