Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Orlando Charles committed Mar 12, 2018
1 parent b236b48 commit e2bee94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/CFDITest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ public function testGetCertificado()

protected function createCFDI()
{
$key = './tests/CSD/CSD01_AAA010101AAA.key.pem';
$cer = './tests/CSD/CSD01_AAA010101AAA.cer.pem';
$key = file_get_contents('./tests/CSD/CSD01_AAA010101AAA.key.pem');
$cer = file_get_contents('./tests/CSD/CSD01_AAA010101AAA.cer.pem');

return new CFDI([
'Serie' => 'A',
Expand Down

0 comments on commit e2bee94

Please sign in to comment.