commit | f243ce13b4baf5bf8bebf36586514bb243dfc355 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Sat Jun 09 23:34:21 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Sat Jun 09 23:34:21 2012 +0300 |
tree | 6f9b26f7b1c82f50c0c9e4a1d0190b3398948da7 | |
parent | c186288755aba46a2b6f0c3f104d9a6ce6b11a7f [diff] [blame] |
Cleanup/optimize tests/mocks/
diff --git a/tests/mocks/libraries/table.php b/tests/mocks/libraries/table.php index 97fbb30..87c278b 100644 --- a/tests/mocks/libraries/table.php +++ b/tests/mocks/libraries/table.php
@@ -1,7 +1,7 @@ <?php class Mock_Libraries_Table extends CI_Table { - + // Overide inaccesible protected method public function __call($method, $params) { @@ -12,4 +12,5 @@ throw new BadMethodCallException('Method '.$method.' was not found'); } + } \ No newline at end of file