MDL-16486 Implemented the proxy DB class. Sort of working, but still some issues to sort out, like fix_course_sort_order, which updates a record NOT inserted by the unit test.

This commit is contained in:
nicolasconnault 2008-09-19 14:28:22 +00:00
parent aa41944f23
commit 5d1381c2c3
5 changed files with 212 additions and 30 deletions

View file

@ -32,10 +32,6 @@ class testChatPortfolioCallers extends portfoliolib_test {
$this->caller = parent::setup_caller('chat_portfolio_caller', array('id' => $cm->id), $userid);
}
public function tearDown() {
parent::tearDown();
}
public function test_caller_sha1() {
$sha1 = $this->caller->get_sha1();
$this->caller->prepare_package();