From 475c5731bf3362b6ac8d2dc5d5b43e4b4a6117bd Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Tue, 21 Mar 2023 16:21:21 +0100 Subject: Updated 26 files and added 1074 files (automated) --- .../vendor/om/icalparser/tests/bootstrap.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 includes/composer/vendor/om/icalparser/tests/bootstrap.php (limited to 'includes/composer/vendor/om/icalparser/tests/bootstrap.php') diff --git a/includes/composer/vendor/om/icalparser/tests/bootstrap.php b/includes/composer/vendor/om/icalparser/tests/bootstrap.php new file mode 100644 index 0000000..7e6b798 --- /dev/null +++ b/includes/composer/vendor/om/icalparser/tests/bootstrap.php @@ -0,0 +1,21 @@ + + */ + +require_once __DIR__ . '/../vendor/autoload.php'; + +use Closure; +use Tester\Environment; + +function test($description, Closure $fn): void { + printf("• %s%s%s", $description, PHP_EOL, $fn()); +} + +Environment::setup(); -- cgit