SimpleSignatureMap::test PHP Method

test() public method

Uses the incoming $test to dispatch the test message.
public test ( SimpleTestCase $test, array $parameters, string $message )
$test SimpleTestCase Test to dispatch to.
$parameters array The actual calling arguments.
$message string The message to overlay.
    public function test($test, $parameters, $message)
    {
    }