Skip to content

Instantly share code, notes, and snippets.

@maybe-joe
Created June 27, 2014 04:28
Show Gist options
  • Save maybe-joe/a1275765af1e82bab2ce to your computer and use it in GitHub Desktop.
Save maybe-joe/a1275765af1e82bab2ce to your computer and use it in GitHub Desktop.
Magento -> Test Harness
<?php
# Place this in the root of your magento dir
# navigate to this script to test classes
include "app/Mage.php";
Mage::app();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment