diff options
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r-- | tests/bootstrap.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 0878ff7..b090644 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -3,6 +3,11 @@ * PHPUnit bootstrap file * * @package Sample_Plugin + * + * SPDX-FileCopyrightText: 2021 Andrea Chirulescu <andrea.chirulescu@gmail.com> + * SPDX-FileCopyrightText: 2021 Harald Eilertsen <haraldei@anduin.net> + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ //$_tests_dir = getenv( 'WP_TESTS_DIR' ); |