From 4ca3748964abb4481b9175837bdaece90a0d3135 Mon Sep 17 00:00:00 2001 From: iftakharalamrizve Date: Mon, 25 Jul 2022 22:40:37 +0600 Subject: [PATCH 1/3] Unit test Feature Test Enviourment Setup --- phpunit.xml | 31 +++++++++++++++++++++++++++++++ tests/TestCase.php | 0 2 files changed, 31 insertions(+) create mode 100644 phpunit.xml create mode 100644 tests/TestCase.php diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..7ddb3a2 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,31 @@ + + + + + ./tests/Feature + + + + ./tests/Unit + + + + + ./src + + + + + + + + + \ No newline at end of file diff --git a/tests/TestCase.php b/tests/TestCase.php new file mode 100644 index 0000000..e69de29 From e99264089daaa9457f24b1a1927f82d9d87a51e7 Mon Sep 17 00:00:00 2001 From: iftakharalamrizve Date: Mon, 25 Jul 2022 22:58:39 +0600 Subject: [PATCH 2/3] Unit Test Env Delete Create New Branch --- phpunit.xml | 31 ------------------------------- tests/TestCase.php | 0 2 files changed, 31 deletions(-) delete mode 100644 phpunit.xml delete mode 100644 tests/TestCase.php diff --git a/phpunit.xml b/phpunit.xml deleted file mode 100644 index 7ddb3a2..0000000 --- a/phpunit.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - ./tests/Feature - - - - ./tests/Unit - - - - - ./src - - - - - - - - - \ No newline at end of file diff --git a/tests/TestCase.php b/tests/TestCase.php deleted file mode 100644 index e69de29..0000000 From ecdfb1ff19baa816675765e02b915b7470873fde Mon Sep 17 00:00:00 2001 From: iftakharalamrizve Date: Mon, 25 Jul 2022 23:00:35 +0600 Subject: [PATCH 3/3] New Branch Testing Env Ready --- .DS_Store | Bin 0 -> 6148 bytes phpunit.xml | 31 +++++++++++++++++++++++++++++++ tests/TestCase.php | 0 3 files changed, 31 insertions(+) create mode 100644 .DS_Store create mode 100644 phpunit.xml create mode 100644 tests/TestCase.php diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..2fde136b93a62f0792737fe513230d107b90486b GIT binary patch literal 6148 zcmeHKOHRWu6r9&Yv;`q`$p$GWh{O%jHeFN#7W4wBA1Y93P=S5+9EQ_y7*;UPHkIO* zEdunO^gRB|*zrV)V*oOEo}U3d03D`ctIJ|f=(y%iv_emtC_2Y@Rn4ZWYRa}wXz}|U z(07+2#}c=Air!zJWBG>*w~@my9=S`bQDK8cqjZkmqXmjoF}X-;f5mN;vt!%Lkf>pngixQ(}Bb{ zdwTwlzQ6xBMb4N>4 XR)|Hw+9P`y_9NhIu)-YpQ3pN&$a`iq literal 0 HcmV?d00001 diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..7ddb3a2 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,31 @@ + + + + + ./tests/Feature + + + + ./tests/Unit + + + + + ./src + + + + + + + + + \ No newline at end of file diff --git a/tests/TestCase.php b/tests/TestCase.php new file mode 100644 index 0000000..e69de29