diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-03-28 12:13:52 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-03-28 12:13:52 +0200 |
commit | c8ab5738c920f0daec0af184dbb2f744c3ca9611 (patch) | |
tree | ad74003a1a758f4c5638f06687f2ee60e534e941 /tests/mocks/libraries/typography.php | |
parent | a11b16b1af42bbb4ffbc15eeee50a3d3ceb402d5 (diff) | |
parent | bdb84af43792f507eaab5ab0c4b3ec1be17a1a54 (diff) |
Merge pull request #1226 from toopay/unit-tests
Improve Unit tests
Diffstat (limited to 'tests/mocks/libraries/typography.php')
-rw-r--r-- | tests/mocks/libraries/typography.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/mocks/libraries/typography.php b/tests/mocks/libraries/typography.php new file mode 100644 index 000000000..0f76c5745 --- /dev/null +++ b/tests/mocks/libraries/typography.php @@ -0,0 +1,3 @@ +<?php + +class Mock_Libraries_Typography extends CI_Typography {}
\ No newline at end of file |