commit | 10e7a32257b26c5609f4a745e3f80bde00da3a05 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Thu Feb 20 16:42:16 2014 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Thu Feb 20 16:42:16 2014 +0200 |
tree | 9f2caf028dd9906b31ad31d8d2b2049943dab2c0 | |
parent | f30b14ae7bb45948f0b8f6dc806dc6c59800fe56 [diff] [blame] |
Remove a few empty 'mock' classes
diff --git a/tests/codeigniter/libraries/Typography_test.php b/tests/codeigniter/libraries/Typography_test.php index 5dba062..e6ee7b0 100644 --- a/tests/codeigniter/libraries/Typography_test.php +++ b/tests/codeigniter/libraries/Typography_test.php
@@ -4,7 +4,7 @@ public function set_up() { - $this->type = new Mock_Libraries_Typography(); + $this->type = new CI_Typography(); $this->ci_instance('type', $this->type); }