diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-03-28 11:03:38 +0200 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-03-28 11:03:38 +0200 |
commit | ac5373a8979537f5454af6b911108541140a35d7 (patch) | |
tree | 1c44501569f2c55031325aa58d8d6ab9ffa35503 /tests/codeigniter/core | |
parent | ca16c4ff1aa0cf5ebfbe877e9be755c0b7d2061c (diff) |
Adding core and libraries mock classes
Diffstat (limited to 'tests/codeigniter/core')
-rw-r--r-- | tests/codeigniter/core/Common_test.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/codeigniter/core/Common_test.php b/tests/codeigniter/core/Common_test.php index 29b512d8a..dded2e824 100644 --- a/tests/codeigniter/core/Common_test.php +++ b/tests/codeigniter/core/Common_test.php @@ -1,7 +1,6 @@ <?php -class Common_test extends CI_TestCase -{ +class Common_test extends CI_TestCase { // ------------------------------------------------------------------------ |