summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/libraries/Useragent_test.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-02-20 15:42:16 +0100
committerAndrey Andreev <narf@devilix.net>2014-02-20 15:42:16 +0100
commit10e7a32257b26c5609f4a745e3f80bde00da3a05 (patch)
tree9f2caf028dd9906b31ad31d8d2b2049943dab2c0 /tests/codeigniter/libraries/Useragent_test.php
parentf30b14ae7bb45948f0b8f6dc806dc6c59800fe56 (diff)
Remove a few empty 'mock' classes
Diffstat (limited to 'tests/codeigniter/libraries/Useragent_test.php')
-rw-r--r--tests/codeigniter/libraries/Useragent_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codeigniter/libraries/Useragent_test.php b/tests/codeigniter/libraries/Useragent_test.php
index aed38b8c2..c02f2bd9d 100644
--- a/tests/codeigniter/libraries/Useragent_test.php
+++ b/tests/codeigniter/libraries/Useragent_test.php
@@ -11,7 +11,7 @@ class UserAgent_test extends CI_TestCase {
$_SERVER['HTTP_USER_AGENT'] = $this->_user_agent;
$this->ci_vfs_clone('application/config/user_agents.php');
- $this->agent = new Mock_Libraries_UserAgent();
+ $this->agent = new CI_User_agent();
$this->ci_instance_var('agent', $this->agent);
}