From 10e7a32257b26c5609f4a745e3f80bde00da3a05 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Thu, 20 Feb 2014 16:42:16 +0200 Subject: Remove a few empty 'mock' classes --- tests/codeigniter/libraries/Typography_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/codeigniter/libraries/Typography_test.php') diff --git a/tests/codeigniter/libraries/Typography_test.php b/tests/codeigniter/libraries/Typography_test.php index 5dba06243..e6ee7b05c 100644 --- a/tests/codeigniter/libraries/Typography_test.php +++ b/tests/codeigniter/libraries/Typography_test.php @@ -4,7 +4,7 @@ class Typography_test extends CI_TestCase { public function set_up() { - $this->type = new Mock_Libraries_Typography(); + $this->type = new CI_Typography(); $this->ci_instance('type', $this->type); } -- cgit v1.2.3-24-g4f1b