Created
June 27, 2014 04:28
-
-
Save maybe-joe/a1275765af1e82bab2ce to your computer and use it in GitHub Desktop.
Magento -> Test Harness
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
<?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