Created
April 1, 2011 13:59
-
-
Save EdwardIII/898187 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[edward@eddarch StockRoom]$ prove -l t/model_StockDB.t | |
t/model_StockDB.t .. 1/? # $VAR1 = bless( { | |
# 'total_entries' => 0, | |
# 'current_page' => 1, | |
# 'entries_per_page' => 10 | |
# }, 'Data::Page' ); | |
t/model_StockDB.t .. ok | |
All tests successful. | |
Files=1, Tests=1, 3 wallclock secs ( 0.05 usr 0.02 sys + 1.17 cusr 0.12 csys = 1.36 CPU) | |
Result: PASS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment