Skip to content

Instantly share code, notes, and snippets.

View cranberyxl's full-sized avatar

Andy Stanberry cranberyxl

  • Lancaster, UK
  • 17:07 (UTC +01:00)
View GitHub Profile
#!/bin/bash
kicker -e "phpunit $1" $1 ../$1
#defaults hack
defaultWithoutSlash:
pattern: /checkout
defaults: { _bundle: CheckoutBundle, _controller: Checkout, _action: default }
defaultWithSlash:
pattern: /checkout/
defaults: { _bundle: CheckoutBundle, _controller: Checkout, _action: default }
default: