Created
July 26, 2014 19:34
-
-
Save amacgregor/b40aa9d235f768230912 to your computer and use it in GitHub Desktop.
Example PHPSpec.yml for magento extension development
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extensions: [MageTest\PhpSpec\MagentoExtension\Extension] | |
mage_locator: | |
spec_prefix: 'spec' | |
src_path: 'app/code' | |
spec_path: 'spec/app/code' | |
code_pool: 'community' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment