Skip to content

Commit d3a58e9

Browse files
committed
Tests: Remove redundant placeholder function
It's the only error flagged by a non-inclusive terminology checker.
1 parent 1eb217b commit d3a58e9

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)