Skip to content

Commit

Permalink
fix case sensitivity issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dphiffer committed Sep 25, 2024
1 parent 42511f5 commit 81c1ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion split-tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function dbug() {
require_once __DIR__ . '/src/Cron.php';
require_once __DIR__ . '/src/Database.php';
require_once __DIR__ . '/src/PostType.php';
require_once __DIR__ . '/src/DOMTests.php';
require_once __DIR__ . '/src/DomTests.php';
require_once __DIR__ . '/src/TitleTests.php';
require_once __DIR__ . '/src/Plugin.php';
}
Expand Down

0 comments on commit 81c1ef0

Please sign in to comment.