From b19c9f2246329872cc0818e02162ca461d5f2cf9 Mon Sep 17 00:00:00 2001 From: Corentin R Date: Wed, 12 Jun 2024 23:56:23 +0200 Subject: [PATCH] Adding unit test on Profil --- tests/ProfilTest.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/ProfilTest.php diff --git a/tests/ProfilTest.php b/tests/ProfilTest.php new file mode 100644 index 0000000..6cb96b3 --- /dev/null +++ b/tests/ProfilTest.php @@ -0,0 +1,6 @@ +use PHPUnit\Framework\TestCase; + +class ProfilTest extends TestCase +{ + +} \ No newline at end of file