App-ZofCMS
view release on metacpan or search on metacpan
examples/test_example.pl view on Meta::CPAN
#!/usr/bin/env perl
use strict;
use warnings;
# VERSION
use Test::More;
eval "use App::ZofCMS::Test::Plugin;";
plan skip_all
=> "App::ZofCMS::Test::Plugin required for testing plugin"
if $@;
plugin_ok(
'Cookies',
{ set_cookies => [ [foo => 'bar'] ], },
{ foo => 'bar' },
{ foo => 'bar' },
);
( run in 0.506 second using v1.01-cache-2.11-cpan-c966e8aa7e8 )