Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kazeburo committed Dec 27, 2012
1 parent 626806c commit 8de03b1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions t/01_basic.t
Expand Up @@ -20,14 +20,10 @@ subtest 'php' => sub {
my $cb = shift;
my $req = HTTP::Request->new(GET => "http://localhost/");
my $res = $cb->($req);
like $res->header('Content-Type'), qr!text/html!;
like $res->content, qr/Hello World/;
like $res->content, qr!.+/t/01_test\.php!;
};


};




done_testing();

0 comments on commit 8de03b1

Please sign in to comment.