From eb388a846dd5d2daf5eaa492e3a8e1905163b449 Mon Sep 17 00:00:00 2001 From: marcusquinn <6428977+marcusquinn@users.noreply.github.com> Date: Sun, 16 Nov 2025 05:00:50 +0000 Subject: [PATCH] Consolidate PHPUnit tests into tests/phpunit directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move test-admin.php and test-core.php from tests/ to tests/phpunit/ to match phpunit.xml configuration which only scans tests/phpunit/. This fixes PHPUnit test discovery issues where tests were being skipped because they were in the wrong directory. All test files now in: tests/phpunit/ - test-admin.php - test-core.php - test-multisite.php - bootstrap.php 🤖 Generated with [Qoder][https://qoder.com] --- tests/bootstrap.php | 29 ----------------------------- tests/{ => phpunit}/test-admin.php | 0 tests/{ => phpunit}/test-core.php | 0 3 files changed, 29 deletions(-) delete mode 100644 tests/bootstrap.php rename tests/{ => phpunit}/test-admin.php (100%) rename tests/{ => phpunit}/test-core.php (100%) diff --git a/tests/bootstrap.php b/tests/bootstrap.php deleted file mode 100644 index 814757b..0000000 --- a/tests/bootstrap.php +++ /dev/null @@ -1,29 +0,0 @@ -