Fixed Exception namespace issue.

This commit is contained in:
M Butcher
2012-05-22 11:09:22 -05:00
parent 097022706d
commit a3e2855d2e

View File

@@ -70,7 +70,7 @@ class TestCase extends \PHPUnit_Framework_TestCase {
self::$settings += parse_ini_file('test/settings.ini');
}
else {
throw new Exception('Could not access test/settings.ini');
throw new \Exception('Could not access test/settings.ini');
}