diff options
author | dchill42 <dchill42@gmail.com> | 2012-11-25 02:23:21 +0100 |
---|---|---|
committer | dchill42 <dchill42@gmail.com> | 2012-11-25 08:47:39 +0100 |
commit | 1713d322a309d9cf405cfe83e2131368f29b222b (patch) | |
tree | 7908487f27840c04b28909363093d77de3415249 /tests/mocks/core | |
parent | ad5f1d032fb3204bc1b81891a3231ae8ac47392b (diff) |
Replaced Mock_Core_Lang with PHPUnit mockups
Signed-off-by: dchill42 <dchill42@gmail.com>
Diffstat (limited to 'tests/mocks/core')
-rw-r--r-- | tests/mocks/core/lang.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/mocks/core/lang.php b/tests/mocks/core/lang.php deleted file mode 100644 index 27ea3faba..000000000 --- a/tests/mocks/core/lang.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php - -class Mock_Core_Lang extends CI_Lang { - - public function line($line = '') - { - return FALSE; - } - - public function load($langfile, $idiom = '', $return = FALSE, $add_suffix = TRUE, $alt_path = '') - { - return; - } - -}
\ No newline at end of file |