1..8 # ->__construct() ok 1 - ->__construct() applies a default sf_method requirement of GET or HEAD ok 2 - ->__construct() does not apply a default sf_method requirement if one is already set ok 3 - ->__construct() converts a string sf_method requirement to an array # ->matchesParameters() ok 4 - ->matchesParameters() matches the sf_method parameter ok 5 - ->matchesParameters() checks sf_method requirement case-insensitively ok 6 - ->matchesParameters() checks sf_method requirement case-insensitively # ->matchesUrl() ok 7 - ->matchesUrl() check sf_method requirement case-insensitively ok 8 - ->matchesUrl() check sf_method requirement case-insensitively # Looks like everything went fine.