Testing our Custom Test
- Success
use strict;
use Test::More tests => 2;
use Test::Foo;
is( foo_ok('foo'), 1, 'foo_ok returns 1');
continued...
| to.pm.org Jan 2005 | Testing the Testers | #7 |
use strict;
use Test::More tests => 2;
use Test::Foo;
is( foo_ok('foo'), 1, 'foo_ok returns 1');
continued...