CGI::Session::Test::Default - phpMan

Command: man perldoc info search(apropos)  


NAME
    CGI::Session::Test::Default - Run a suite of tests for a given
    CGI::Session::Driver

  new()
        my $t = CGI::Session::Test::Default->new(
            # These are all optional, with default as follows
            dsn   => "driver:file",
            args  => undef,
            tests => 77,
        );

    Create a new test object, possibly overriding some defaults.

  number_of_tests()
        my $new_num = $t->number_of_tests($new_num);

    A setter/accessor method to affect the number of tests to run, after
    "new()" has been called and before "run()".

  run()
        $t->run();

    Run the test suite. See "new()" for setting related options.


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 05:16 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top