summaryrefslogtreecommitdiff
path: root/t/maint/php-lint.t
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2007-09-14 13:18:58 +0200
committerPierre Schmitz <pierre@archlinux.de>2007-09-14 13:18:58 +0200
commit8f416baead93a48e5799e44b8bd2e2c4859f4e04 (patch)
treecd47ac55eb80a39e3225e8b4f3161b88ea16c2cf /t/maint/php-lint.t
parentd7d08bd1a17618c7d77a6b9b2989e9f7293d6ed6 (diff)
auf Version 1.11 aktualisiert; Login-Bug behoben
Diffstat (limited to 't/maint/php-lint.t')
-rw-r--r--t/maint/php-lint.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/maint/php-lint.t b/t/maint/php-lint.t
index e65d6895..6687a089 100644
--- a/t/maint/php-lint.t
+++ b/t/maint/php-lint.t
@@ -26,8 +26,8 @@ for my $file (@files) {
waitpid $pid, 0;
if ( $? == 0 ) {
- ok 1 => "Looks fine";
+ pass($file);
} else {
- ok 0 => "$file does not pass php linter. Error was: $res";
+ fail("$file does not pass php -l. Error was: $res");
}
}