From f2841dc784e6651a413bc42f634ad8275141d6a4 Mon Sep 17 00:00:00 2001 From: "nicolas.franco" Date: Wed, 30 Nov 2022 10:10:55 +0100 Subject: [PATCH] fixed task constructor --- tests/credentials.php | 4 ++++ tests/test.php | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 tests/credentials.php create mode 100644 tests/test.php diff --git a/tests/credentials.php b/tests/credentials.php new file mode 100644 index 0000000..1db9dae --- /dev/null +++ b/tests/credentials.php @@ -0,0 +1,4 @@ + diff --git a/tests/test.php b/tests/test.php new file mode 100644 index 0000000..c1f331e --- /dev/null +++ b/tests/test.php @@ -0,0 +1,6 @@ +2do test"; + +$tache1 = new Task(1,'aTask','myTest','urgent'); +?>