]> git.agnieray.net Git - galette.git/blobdiff - tests/GaletteTestCase.php
Merge member address continuation into address and remove it
[galette.git] / tests / GaletteTestCase.php
index 052e752d45ca96466807e494eb9f17b86d27996f..f2d9bbf64be2e27c136aba3cb3cf00f9790bca8b 100644 (file)
@@ -391,7 +391,6 @@ abstract class GaletteTestCase extends atoum
         $this->string($adh->sname)->isIdenticalTo('DURAND René');
 
         $this->string($adh->getAddress())->isIdenticalTo($expecteds['adresse_adh']);
-        $this->string($adh->getAddressContinuation())->isEmpty();
         $this->string($adh->getZipcode())->isIdenticalTo($expecteds['cp_adh']);
         $this->string($adh->getTown())->isIdenticalTo($expecteds['ville_adh']);
         $this->string($adh->getCountry())->isIdenticalTo($expecteds['pays_adh']);
@@ -495,7 +494,6 @@ abstract class GaletteTestCase extends atoum
         $this->string($adh->sname)->isIdenticalTo('HOARAU Lucas');
 
         $this->string($adh->getAddress())->isIdenticalTo($expecteds['adresse_adh']);
-        $this->string($adh->getAddressContinuation())->isEmpty();
         $this->string($adh->getZipcode())->isIdenticalTo($expecteds['cp_adh']);
         $this->string($adh->getTown())->isIdenticalTo($expecteds['ville_adh']);
         $this->string($adh->getCountry())->isIdenticalTo($expecteds['pays_adh']);