Sindbad~EG File Manager

Current Path : /proc/4039398/root/usr/share/doc/perl-Test-Simple/t/Test2/acceptance/
Upload File :
Current File : //proc/4039398/root/usr/share/doc/perl-Test-Simple/t/Test2/acceptance/try_it_done_testing.t

use strict;
use warnings;

use Test2::API qw/context/;

sub done_testing {
    my $ctx = context();

    die "Test Already ended!" if $ctx->hub->ended;
    $ctx->hub->finalize($ctx->trace, 1);
    $ctx->release;
}

sub ok($;$) {
    my ($bool, $name) = @_;
    my $ctx = context();
    $ctx->ok($bool, $name);
    $ctx->release;
}

ok(1, "First");
ok(1, "Second");

done_testing;

1;

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists