From b405190389c793e9c691d69fece2016bf83f1512 Mon Sep 17 00:00:00 2001 From: netkas Date: Tue, 17 Sep 2024 12:00:36 -0400 Subject: [PATCH] Add PHPUnit configuration and bootstrap files Introduced `phpunit.xml` for setting up our PHPUnit test suite with essential settings. Also added `bootstrap.php` to require necessary dependencies and import the `ConfigLib` library. This allows for a standardized testing environment and smoother test execution. --- bootstrap.php | 3 +++ phpunit.xml | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 bootstrap.php create mode 100644 phpunit.xml diff --git a/bootstrap.php b/bootstrap.php new file mode 100644 index 0000000..e753870 --- /dev/null +++ b/bootstrap.php @@ -0,0 +1,3 @@ + + + + tests + + + + + + +