Skip to content

Commit

Permalink
Made a test PHP 5.3-compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
antecedent committed Mar 19, 2015
1 parent 68fe5e9 commit 1a61979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/apply-scheduled-patches-only-once.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require __DIR__ . "/includes/Inheritance.php"; # (dummy import)
$obj= new NamedObject('');
$obj->getName();

assert($callNumber === 1, "\$callNumber was $callNumber");
assert($callNumber === 1);

?>
===DONE===
Expand Down

0 comments on commit 1a61979

Please sign in to comment.