feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
267 changed files with 1207 additions and 9762 deletions
Showing only changes of commit e239669839 - Show all commits

View File

@ -45,7 +45,7 @@ class CustomerTest extends TestCase
$expected = json_encode([
'id' => $id,
'rut' => implode('', [$persona->rut, $persona->digito]),
'rut' => implode('', [$persona->rut, strtoupper($persona->digito)]),
'toku_id' => $toku_id
]);
$this->assertJsonStringEqualsJsonString($expected, json_encode($customer));