Commit 09a1d9c4a1c79e29e4bd9fdbec82badc79a7ef35
1 parent
904c0242
Exists in
master
Removido código desnecessário
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ieducar/tests/unit/App/Model/IedFinderTest.php
| ... | ... | @@ -391,7 +391,7 @@ class App_Model_IedFinderTest extends UnitBaseTest |
| 391 | 391 | array('ref_cod_turma' => 1, 'ref_cod_modulo' => 1, 'sequencial' => 3), |
| 392 | 392 | array('ref_cod_turma' => 1, 'ref_cod_modulo' => 1, 'sequencial' => 4) |
| 393 | 393 | ); |
| 394 | -new clsPmieducarTurmaModulo(); | |
| 394 | + | |
| 395 | 395 | $turmaModuloMock = $this->getCleanMock('clsPmieducarTurmaModulo'); |
| 396 | 396 | $turmaModuloMock->expects($this->at(0)) |
| 397 | 397 | ->method('lista') | ... | ... |