diff --git a/tests/TicketNjeroTestCase.php b/tests/TicketNjeroTestCase.php index 079ad5fe7..0e2f6639f 100644 --- a/tests/TicketNjeroTestCase.php +++ b/tests/TicketNjeroTestCase.php @@ -148,7 +148,6 @@ class Doctrine_TicketNjero_TestCase extends Doctrine_UnitTestCase $this->assertEqual($p->RateN->policy_code, 1); $this->assertEqual($p->RateN->coverage_code, 3); $this->assertEqual($p->RateN->liability_code, 1); - echo "The following should be '3' or there should have been an assertion failure: " . $p->RateN->coverage_code . "\n"; } } ?>