From 1713d322a309d9cf405cfe83e2131368f29b222b Mon Sep 17 00:00:00 2001 From: dchill42 Date: Sat, 24 Nov 2012 20:23:21 -0500 Subject: Replaced Mock_Core_Lang with PHPUnit mockups Signed-off-by: dchill42 --- tests/mocks/core/lang.php | 15 --------------- tests/mocks/libraries/calendar.php | 25 ------------------------- 2 files changed, 40 deletions(-) delete mode 100644 tests/mocks/core/lang.php delete mode 100644 tests/mocks/libraries/calendar.php (limited to 'tests/mocks') 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 @@ -CI = new stdClass; - $this->CI->lang = new Mock_Core_Lang(); - - if ( ! in_array('calendar_lang.php', $this->CI->lang->is_loaded, TRUE)) - { - $this->CI->lang->load('calendar'); - } - - $this->local_time = time(); - - if (count($config) > 0) - { - $this->initialize($config); - } - - log_message('debug', 'Calendar Class Initialized'); - } - -} \ No newline at end of file -- cgit v1.2.3-24-g4f1b