Add architectural tests with PHPat

This commit is contained in:
Oliver Davies 2024-02-09 07:07:04 +00:00
parent df04ac0097
commit e917e41d01
7 changed files with 114 additions and 3 deletions

View file

@ -6,7 +6,7 @@ use Drupal\atdc\Repository\PostNodeRepository;
use Drupal\Core\Controller\ControllerBase;
use Symfony\Component\DependencyInjection\ContainerInterface;
class BlogPageController extends ControllerBase {
final class BlogPageController extends ControllerBase {
public function __construct(
private PostNodeRepository $postNodeRepository,