From d4896dfdbf24d8e92edd74dff1c63c23465db49e Mon Sep 17 00:00:00 2001 From: lubiana Date: Sat, 14 Jun 2025 23:41:36 +0200 Subject: [PATCH] add favi con --- bin/phpunit | 23 ----------------------- templates/base.html.twig | 5 +++++ 2 files changed, 5 insertions(+), 23 deletions(-) delete mode 100755 bin/phpunit diff --git a/bin/phpunit b/bin/phpunit deleted file mode 100755 index 692bacc..0000000 --- a/bin/phpunit +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/env php -= 80000) { - require dirname(__DIR__).'/vendor/phpunit/phpunit/phpunit'; - } else { - define('PHPUNIT_COMPOSER_INSTALL', dirname(__DIR__).'/vendor/autoload.php'); - require PHPUNIT_COMPOSER_INSTALL; - PHPUnit\TextUI\Command::main(); - } -} else { - if (!is_file(dirname(__DIR__).'/vendor/symfony/phpunit-bridge/bin/simple-phpunit.php')) { - echo "Unable to find the `simple-phpunit.php` script in `vendor/symfony/phpunit-bridge/bin/`.\n"; - exit(1); - } - - require dirname(__DIR__).'/vendor/symfony/phpunit-bridge/bin/simple-phpunit.php'; -} diff --git a/templates/base.html.twig b/templates/base.html.twig index 318a0a4..c0dab35 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -2,6 +2,11 @@ + {% block title %}Welcome!{% endblock %} {% block stylesheets %}