Skip to content

Commit

Permalink
Fix IEDU tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Orlando Charles committed Feb 6, 2019
1 parent 407fccd commit 84d0720
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/Node/Complemento/Concepto/IEDUTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ class IEDUTest extends NodeTest

public function setUp()
{
$this->node = new IEDU();
$this->node = new IEDU([
'nombreAlumno' => 'John Doe',
'CURP' => 'XXXXXX',
'nivelEducativo' => 'Preescolar',
'autRVOE' => 'XXXXXX'
]);
}
}

0 comments on commit 84d0720

Please sign in to comment.