mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 19:25:22 +01:00
Qual: Mutualize code. Only one function to build address format.
This commit is contained in:
@@ -413,6 +413,10 @@ class FunctionsTest extends PHPUnit_Framework_TestCase
|
||||
|
||||
$object->country_code='US';
|
||||
$address=dol_format_address($object);
|
||||
$this->assertEquals("21 jump street\nMyTown, MyState, 99999",$address);
|
||||
|
||||
$object->country_code='AU';
|
||||
$address=dol_format_address($object);
|
||||
$this->assertEquals("21 jump street\nMyTown, MyState, 99999",$address);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user