Skip to content

Commit

Permalink
use the same example Mojo::config uses
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 12, 2017
1 parent 528bfd9 commit 8ef1dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Test/Mojo.pm
Expand Up @@ -880,7 +880,7 @@ Opposite of L</"message_like">.
my $t = Test::Mojo->new;
my $t = Test::Mojo->new('MyApp');
my $t = Test::Mojo->new(MyApp => {test => 'configuration', hello => 'Mojo!'});
my $t = Test::Mojo->new(MyApp => {foo => 'bar', baz => 23});
my $t = Test::Mojo->new(MyApp->new);
Construct a new L<Test::Mojo> object. In addition to a class name, you can pass
Expand Down

0 comments on commit 8ef1dfb

Please sign in to comment.