summaryrefslogtreecommitdiffstats
path: root/tests/mocks
diff options
context:
space:
mode:
authorTaufan Aditya <toopay@taufanaditya.com>2012-03-28 12:03:59 +0200
committerTaufan Aditya <toopay@taufanaditya.com>2012-03-28 12:03:59 +0200
commitbdb84af43792f507eaab5ab0c4b3ec1be17a1a54 (patch)
treead74003a1a758f4c5638f06687f2ee60e534e941 /tests/mocks
parenta4d975e6f463205be8a2ca6481d863c3c8c108db (diff)
Remove debugging line
Diffstat (limited to 'tests/mocks')
-rw-r--r--tests/mocks/autoloader.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mocks/autoloader.php b/tests/mocks/autoloader.php
index bf3fbc508..dd5929206 100644
--- a/tests/mocks/autoloader.php
+++ b/tests/mocks/autoloader.php
@@ -71,7 +71,6 @@ function autoload($class)
{
return FALSE;
}
- var_dump($file);die;
throw new InvalidArgumentException("Unable to load $class.");
}