Skip to content

Instantly share code, notes, and snippets.

@kojiromike
Created July 10, 2014 16:45
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 kojiromike/7e5c47296ecc8e082a64 to your computer and use it in GitHub Desktop.
Save kojiromike/7e5c47296ecc8e082a64 to your computer and use it in GitHub Desktop.
My favorite thing not to see in a tested Magento extension
<?php
if ($somethingIsWrong) {
Mage::throwException('oh noes');
// @codeCoverageIgnoreStart
}
// @codeCoverageIgnoreEnd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment