Add todos to explain why try/catch is inside the test

main
Nils Adermann 13 years ago
parent 52d876e11e
commit e6143d1584

@ -503,6 +503,7 @@ class SolverTest extends TestCase
$transaction = $this->solver->solve($this->request);
$this->fail('Unsolvable conflict did not resolve in exception.');
} catch (SolverProblemsException $e) {
// @todo: assert problem properties
}
}
@ -523,6 +524,7 @@ class SolverTest extends TestCase
$transaction = $this->solver->solve($this->request);
$this->fail('Unsolvable conflict did not resolve in exception.');
} catch (SolverProblemsException $e) {
// @todo: assert problem properties
}
}

Loading…
Cancel
Save