Skip to content

Commit

Permalink
Add strict and warnings to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Nov 17, 2021
1 parent c20ed8c commit 5afc7dd
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/00-basic.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use strict;
use warnings;
use Test::More;

use_ok('Net::SAML2');
Expand Down
2 changes: 2 additions & 0 deletions t/01-create-idp.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use strict;
use warnings;
use Test::Lib;
use Test::Net::SAML2;
use Net::SAML2::IdP;
Expand Down
2 changes: 2 additions & 0 deletions t/02-create-sp.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use strict;
use warnings;
use Test::Lib;
use Test::Net::SAML2;

Expand Down
2 changes: 2 additions & 0 deletions t/03-assertions.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use strict;
use warnings;
use Test::Lib;
use Test::Net::SAML2;

Expand Down
2 changes: 2 additions & 0 deletions t/04-response.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use strict;
use warnings;
use Test::Lib;
use Test::Net::SAML2;

Expand Down
2 changes: 2 additions & 0 deletions t/05-soap-binding.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use strict;
use warnings;
use Test::Lib;
use Test::Net::SAML2;

Expand Down
2 changes: 2 additions & 0 deletions t/06-redirect-binding.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use strict;
use warnings;
use Test::Lib;
use Test::Net::SAML2;

Expand Down
2 changes: 2 additions & 0 deletions t/07-logout-request.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use strict;
use warnings;
use Test::Lib;
use Test::Net::SAML2;

Expand Down
2 changes: 2 additions & 0 deletions t/08-logout-response.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use strict;
use warnings;
use Test::Lib;
use Test::Net::SAML2;

Expand Down
2 changes: 2 additions & 0 deletions t/09-authn-request.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use strict;
use warnings;
use Test::Lib;
use Test::Net::SAML2;

Expand Down
2 changes: 2 additions & 0 deletions t/10-artifact-resolve.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use strict;
use warnings;
use Test::Lib;
use Test::Net::SAML2;

Expand Down
2 changes: 2 additions & 0 deletions t/11-more-metadata.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use strict;
use warnings;
use Test::Lib;
use Test::Net::SAML2;
use Net::SAML2::IdP;
Expand Down

0 comments on commit 5afc7dd

Please sign in to comment.