diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php index dc8e727d942..5061ecc3e97 100755 --- a/tests/PHPUnit/IntegrationTestCase.php +++ b/tests/PHPUnit/IntegrationTestCase.php @@ -8,6 +8,10 @@ */ require_once PIWIK_INCLUDE_PATH . '/libs/PiwikTracker/PiwikTracker.php'; + +// THIS IS TOTALLY BROKEN. DO NOT MERGE!!!! +$divideByZero = 1/0; + /** * Base class for Integration tests. *