Skip to content

Instantly share code, notes, and snippets.

@luizventurote
Created December 3, 2016 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luizventurote/66456eecc86cab6727fda87b0dfd8d0e to your computer and use it in GitHub Desktop.
Save luizventurote/66456eecc86cab6727fda87b0dfd8d0e to your computer and use it in GitHub Desktop.
Test File Magento.
<?php
require_once('app/Mage.php'); //Path to Magento
Mage::app();
ini_set('display_errors',1);
ini_set('display_startup_errors',1);
error_reporting(-1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment