From aa18cfddd60e500736a8997de9e9ad92ca91087f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 10 Jul 2025 08:00:00 +0100 Subject: [PATCH] Rename test --- tools/Phpat/ArchitectureTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Phpat/ArchitectureTest.php b/tools/Phpat/ArchitectureTest.php index f276156e2..50a749924 100644 --- a/tools/Phpat/ArchitectureTest.php +++ b/tools/Phpat/ArchitectureTest.php @@ -10,7 +10,7 @@ use PHPat\Test\PHPat; final class ArchitectureTest { - public function test_classes_should_be_final(): Rule { + public function test_all_classes_should_be_final(): Rule { return PHPat::rule() ->classes( Selector::inNamespace(