diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-05-16 14:08:24 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-05-16 14:08:24 +0200 |
commit | 8279420f989a8cda4427c3983ee919c6a1073dd7 (patch) | |
tree | 77921a510be4a02d3408c259a20af14a67c41d04 /tests/mocks/libraries/table.php | |
parent | f4f9f787082e45c04a8d007450d9151f5a068732 (diff) | |
parent | 14455e57770112bf8cd938980925ded12f3cba9e (diff) |
Merge pull request #1360 from toopay/core-tests
Unit tests for Benchmark, Input and Security classes.
Diffstat (limited to 'tests/mocks/libraries/table.php')
-rw-r--r-- | tests/mocks/libraries/table.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mocks/libraries/table.php b/tests/mocks/libraries/table.php index 1a6ff8d35..97fbb30bd 100644 --- a/tests/mocks/libraries/table.php +++ b/tests/mocks/libraries/table.php @@ -2,7 +2,7 @@ class Mock_Libraries_Table extends CI_Table { - // Overide inaccesible private or protected method + // Overide inaccesible protected method public function __call($method, $params) { if (is_callable(array($this, '_'.$method))) |