diff options
Diffstat (limited to 'tests/stubs/wpdb_stub.php')
-rw-r--r-- | tests/stubs/wpdb_stub.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/stubs/wpdb_stub.php b/tests/stubs/wpdb_stub.php index 72312bc..74a1647 100644 --- a/tests/stubs/wpdb_stub.php +++ b/tests/stubs/wpdb_stub.php @@ -1,3 +1,8 @@ +// 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 + <?php class wpdb { public $insert_id = NULL; |