From c867504b422dfa5cb72370fa828de007718a96b1 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 31 May 2008 19:30:19 +0000 Subject: [PATCH] only test PLP::Functions in t/10-functions.t Functions could be used seperately from the rest of PLP, so do not require everything. This test is covered by t/50-cgi.t now. --- t/10-functions.t | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/t/10-functions.t b/t/10-functions.t index a6c6e92..c921339 100644 --- a/t/10-functions.t +++ b/t/10-functions.t @@ -2,9 +2,7 @@ use strict; use Test::More tests => 6; -BEGIN { use_ok('PLP') } - -PLP::Functions->import(); +BEGIN { use_ok('PLP::Functions') } is( Entity(q{}), -- 2.30.0