Skip to content

Commit

Permalink
Write test for RedundantStrictWarning plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Aug 13, 2024
1 parent a08ab6f commit d8936a7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions t/OpenQA/RedundantStrictWarning.run
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## name Passing
## failures 0
## cut

use Mojo::Base 'DBIx::Class::Core';

## name Passing
## failures 0
## TODO It can be neessary to use two modules that both enable strict
## cut

use Mojo::Base 'DBIx::Class::Core';

use Moose;
extends 'OpenQA::Schema::Result::Jobs';

0 comments on commit d8936a7

Please sign in to comment.