Skip to content

Commit

Permalink
Fix test for change company to document
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex committed Sep 28, 2017
1 parent fafff91 commit f0236fe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/Greenter/Factory/CeFactoryTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public function setUp()
],
'cert' => file_get_contents(__DIR__ . '/../Resources/SFSCert.pem'),
]);
$factory->setCompany($this->getCompany());
$this->factory = $factory;
$date = new \DateTime();
$date->sub(new \DateInterval('P1D'));
Expand Down
1 change: 0 additions & 1 deletion tests/Greenter/Factory/FeFactoryTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public function setUp()
],
'cert' => file_get_contents(__DIR__ . '/../Resources/SFSCert.pem'),
]);
$factory->setCompany($this->getCompany());
$this->factory = $factory;
$date = new \DateTime();
$date->sub(new \DateInterval('P1D'));
Expand Down
1 change: 1 addition & 0 deletions tests/Greenter/Xml/Builder/FeSummaryBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ private function getSummary()
$sum = new Summary();
$sum->setFecGeneracion(new \DateTime())
->setFecResumen(new \DateTime())
->setCompany($this->getCompany())
->setCorrelativo('001')
->setDetails([$detiail1, $detiail2]);

Expand Down

0 comments on commit f0236fe

Please sign in to comment.