Navigation Menu

Skip to content

Commit

Permalink
fix test plans
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Mar 24, 2009
1 parent 6ccd57e commit fa40af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t/pmc/boolean.t
Expand Up @@ -19,7 +19,7 @@ Tests C<PhpBoolean> PMC.

.include "test_more.pir"

plan(5)
plan(4)

truth_tests()
type_tests()
Expand Down
2 changes: 1 addition & 1 deletion t/pmc/null.t
Expand Up @@ -19,7 +19,7 @@ Tests C<PhpNull> PMC.

.include "test_more.pir"

plan(3)
plan(4)

truth_tests()
stringification_tests()
Expand Down

0 comments on commit fa40af7

Please sign in to comment.