From 7b23380621dd534adc100ac1120b074e3fa01a47 Mon Sep 17 00:00:00 2001 From: Christian Dangl Date: Sat, 23 Dec 2023 08:37:08 +0100 Subject: [PATCH] add unit tests --- tests/phpunit/Traits/CommandTraitTest.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tests/phpunit/Traits/CommandTraitTest.php diff --git a/tests/phpunit/Traits/CommandTraitTest.php b/tests/phpunit/Traits/CommandTraitTest.php new file mode 100644 index 00000000..dd210982 --- /dev/null +++ b/tests/phpunit/Traits/CommandTraitTest.php @@ -0,0 +1,23 @@ +expectOutputString("PHPUnuhi Framework, v" . PHPUnuhi::getVersion() . "\nCopyright (c) 2023 Christian Dangl\n\n"); + + $this->showHeader(); + } +}