diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-12-21 15:40:28 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-12-21 15:47:11 -0800 |
commit | cc4d7c672c863185bab5d654222e205d6517e98a (patch) | |
tree | 691d8bda162839f19f196feedd00cf4d73fabb75 /modules/kohana23_compat/libraries | |
parent | e1f43ad403ac3deba8ac19d3d748500bba608395 (diff) |
Update database tests for K24. Use a mock database that we load
through the framework so that we're properly testing the
Database_Builder, it's a lot cleaner than what we had before.
Diffstat (limited to 'modules/kohana23_compat/libraries')
-rw-r--r-- | modules/kohana23_compat/libraries/MY_Database_Builder.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/kohana23_compat/libraries/MY_Database_Builder.php b/modules/kohana23_compat/libraries/MY_Database_Builder.php index 974f9c6d..54a10860 100644 --- a/modules/kohana23_compat/libraries/MY_Database_Builder.php +++ b/modules/kohana23_compat/libraries/MY_Database_Builder.php @@ -28,4 +28,8 @@ class Database_Builder extends Database_Builder_Core { } return $this; } + + public function compile() { + return parent::compile(); + } }
\ No newline at end of file |