From 29bf2466e6efdd34ecd7b72cc18cf7f2eaf14ddb Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 9 Apr 2024 16:26:30 +0000 Subject: [PATCH] Rename test to make it run later in the suite This makes test failures easier to debug as more specific tests happen earlier https://github.com/hydephp/develop/commit/bfe40d9f813ac2becc07deeba184024f6a6fda54 --- ...rPostsIntegrationTest.php => PostsAuthorIntegrationTest.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/Feature/{AuthorPostsIntegrationTest.php => PostsAuthorIntegrationTest.php} (99%) diff --git a/tests/Feature/AuthorPostsIntegrationTest.php b/tests/Feature/PostsAuthorIntegrationTest.php similarity index 99% rename from tests/Feature/AuthorPostsIntegrationTest.php rename to tests/Feature/PostsAuthorIntegrationTest.php index bea078f5..9ecfc060 100644 --- a/tests/Feature/AuthorPostsIntegrationTest.php +++ b/tests/Feature/PostsAuthorIntegrationTest.php @@ -17,7 +17,7 @@ * * @see StaticSiteBuilderPostModuleTest */ -class AuthorPostsIntegrationTest extends TestCase +class PostsAuthorIntegrationTest extends TestCase { protected function setUp(): void {