From fbd1e025648ed39c71461838d03e801eaec45db7 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Fri, 1 May 2026 11:50:01 +0200 Subject: [PATCH] Correct DatabaseTenancyBootstrapper test filename DatabaseTenancyBootstrapper is ignored by ./t, it should be suffixed with 'Test'. --- ...enancyBootstrapper.php => DatabaseTenancyBootstrapperTest.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/Bootstrappers/{DatabaseTenancyBootstrapper.php => DatabaseTenancyBootstrapperTest.php} (100%) diff --git a/tests/Bootstrappers/DatabaseTenancyBootstrapper.php b/tests/Bootstrappers/DatabaseTenancyBootstrapperTest.php similarity index 100% rename from tests/Bootstrappers/DatabaseTenancyBootstrapper.php rename to tests/Bootstrappers/DatabaseTenancyBootstrapperTest.php