whoami7 - Manager
:
/
proc
/
self
/
root
/
usr
/
share
/
doc
/
perl-Test-Simple
/
t
/
Legacy
/
Upload File:
files >> //proc/self/root/usr/share/doc/perl-Test-Simple/t/Legacy/no_log_results.t
use strict; use warnings; use Test::More; sub it { my $tb = Test::Builder->new; $tb->no_log_results; ok(1, "sample"); ok(2, "sample"); is_deeply([$tb->details], [], "no details were logged"); } it(); subtest it => \⁢ done_testing;
Copyright ©2021 || Defacer Indonesia