We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02008f commit 11ed648Copy full SHA for 11ed648
web/app/tests/bootstrap.php
@@ -0,0 +1,16 @@
1
+<?php
2
+
3
+declare(strict_types=1);
4
5
+/*
6
+ * Bootstrap file for PHPUnit tests
7
+ */
8
9
+// Set error reporting to the maximum level
10
+error_reporting(E_ALL);
11
12
+// Include the Composer autoloader
13
+require_once dirname(__DIR__) . '/vendor/autoload.php';
14
15
+// Configure additional test environment settings if needed
16
+// date_default_timezone_set('UTC');
0 commit comments