https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43117

--- Comment #4 from David Nind <[email protected]> ---
Created attachment 202196
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=202196&action=edit
Bug 43117: Restore use Test::NoWarnings

From
  commit 6cc683b518223479f0c427a8305071fbd9581b5e
  Bug 34776: Unit tests

-use Test::NoWarnings;
-use Test::More tests => 2;
+use Test::More tests => 1;
+use Test::MockModule;
+#use Test::NoWarnings;

Test plan:
Apply the first patch
 prove xt/use-test-no-warnings.t
=> FAIL
Apply this patch
 prove xt/use-test-no-warnings.t
=> PASS
 prove t/Form_MessagingPreferences.t
=> PASS

Signed-off-by: David Nind <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to