View | Details | Raw Unified | Return to bug 32370
Collapse All | Expand All

(-)a/Koha/Object/JSONFields.pm (-1 / +1 lines)
Lines 13-19 package Koha::Object::JSONFields; Link Here
13
# GNU General Public License for more details.
13
# GNU General Public License for more details.
14
#
14
#
15
# You should have received a copy of the GNU General Public License
15
# You should have received a copy of the GNU General Public License
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# along with Koha; if not, see <https://www.gnu.org/licenses>.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/t/db_dependent/Koha/Object/JSONField.t (-3 / +3 lines)
Lines 15-28 Link Here
15
# GNU General Public License for more details.
15
# GNU General Public License for more details.
16
#
16
#
17
# You should have received a copy of the GNU General Public License
17
# You should have received a copy of the GNU General Public License
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
22
use utf8;
22
use utf8;
23
23
24
use Test::More tests => 1;
24
use Test::More tests => 2;
25
use Test::Exception;
25
use Test::Exception;
26
use Test::NoWarnings;
26
27
27
use Koha::Auth::Identity::Providers;
28
use Koha::Auth::Identity::Providers;
28
29
29
- 

Return to bug 32370