forked from Wavyzz/dolibarr
New: Allow to use ODT templates for prososal like it's done for invoices
This commit is contained in:
@@ -121,6 +121,9 @@ class BuildDocTest extends PHPUnit_Framework_TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* Init phpunit tests
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
protected function setUp()
|
||||
{
|
||||
@@ -133,6 +136,9 @@ class BuildDocTest extends PHPUnit_Framework_TestCase
|
||||
print __METHOD__."\n";
|
||||
}
|
||||
/**
|
||||
* End phpunit tests
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
protected function tearDown()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user