Skip to content

matt-thomason/bolt-magento1

 
 

Repository files navigation

Bolt Magento1 Plugin CircleCI

Plugin to integrate Bolt with Magento

See CHANGELOG.md for change history.

Supported Magento versions

  • 1.7
  • 1.9

Supported PHP versions

5.4+

Installation guide

Magento 1 plugin installation guide

Run tests

Run the following from root magento folder:

php tests/unit/phpunit-5.7.9.phar -c tests/unit/phpunit.xml

Run phpunit test with coverage html report:

php tests/unit/phpunit-5.7.9.phar -c tests/unit/phpunit.xml --coverage-html tests/unit/coverage

If you prefer to run test through PHPStorm, please read:

http://devdocs.magento.com/guides/v2.2/test/unit/unit_test_execution_phpstorm.html

Modman guide

Our extension is set up for local development with modman.

To install modman, see the installation instructions here.

Once modman is installed, change directory to your root Magento installation and run:

modman init

This will create an empty .modman folder in the Magento root directory. Then clone the repo by running:

modman clone [email protected]:BoltApp/bolt-magento1.git

This will download the Bolt repository and symlink the modman Bolt files to the symlinked Magento files. If you would like to pull the latest Bolt code from the Git repo and update Magento, simply run:

modman update

About

Bolt plugin for magento1

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 90.8%
  • HTML 7.1%
  • JavaScript 1.6%
  • Other 0.5%