commit | 7729faa553c0ec93a13533003a53dc66078467a8 | [log] [tgz] |
---|---|---|
author | Hamza Bhatti <tiyowan@gmail.com> | Sat Mar 10 13:07:05 2012 +0400 |
committer | Hamza Bhatti <tiyowan@gmail.com> | Sat Mar 10 13:07:05 2012 +0400 |
tree | 2e61d04a3fa0d1648d17fd6e00f3bcfe75325571 | |
parent | e39728c55d3745ff60742d7dd1c5114ec690d1db [diff] |
Fix test errors in Loader_test.php and URI_test.php Change exceptions from Exception to RuntimeException since PHPUnit 3.6 doesn't like you to expect generic exceptions. The error it gives is: InvalidArgumentException: You must not expect the generic exception class travis-ci.org/#!/tiyowan/CodeIgniter/builds/832518 This issue addressed by using exceptions that are more specific.