Skip to content

Instantly share code, notes, and snippets.

@jdunmore
Created September 20, 2015 20:55
Show Gist options
  • Save jdunmore/c7dac5c7dd12106c733e to your computer and use it in GitHub Desktop.
Save jdunmore/c7dac5c7dd12106c733e to your computer and use it in GitHub Desktop.
#phpspec yml example for configuration with zf2
#This allows a spec directory inside each module (i.e. at module/Application/spec)
#Have to add a namespace per module
suites:
Application:
namespace: Application
src_path: 'module/Application/src'
spec_path: 'module/Application'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment