Cosmetic : add button close for filter, dialog box search operation, TVA
This commit is contained in:
parent
50b2607941
commit
5d70f21dfa
4 changed files with 7 additions and 3 deletions
|
|
@ -87,7 +87,9 @@ class Acc_Ledger_Test extends TestCase
|
|||
put_global(array(["key"=>"ac","value"=>"phpunit"]));
|
||||
$ledger=new Acc_Ledger_Search('ALL');
|
||||
$r=$ledger->display_search_form();
|
||||
$this->assertEquals(9546,strlen($r),"Size of the html string for display_search_form");
|
||||
\Noalyss\Facility::save_file(__DIR__."/file", "acc_ledger_search-test_display_search_form.html", $r);
|
||||
$this->assertEquals(9665,strlen($r),"Size of the html string for display_search_form see "
|
||||
. __DIR__."/file/acc_ledger_search-test_display_search_form.html ");
|
||||
}
|
||||
/**
|
||||
* @covers ::build_search_filter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue