object=new Acc_Bilan($g_connection);
$this->object->from = $g_connection->get_value('select min(p_id) from parm_periode');
$this->object->to = $g_connection->get_value('select max(p_id) from parm_periode');
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers Acc_Bilan::display_form
* @todo Implement testDisplay_form().
*/
public function testDisplay_form()
{
$r=$this->object->display_form();
$this->assertStringStartsWith('',$r);
}
/**
* @covers Acc_Bilan::verify
* @todo Implement testVerify().
*/
public function testVerify()
{
ob_start();
$this->object->verify();
$r=ob_get_contents();
ob_end_clean();
$this->assertStringStartsWith('