Add architectural tests with PHPat
This commit is contained in:
parent
df04ac0097
commit
e917e41d01
7 changed files with 114 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue