BTRL - Banca Transilvania Romania#87
Conversation
| 1100 => Engine\Kbs::class, | ||
| 1200 => Engine\Zetb::class, | ||
| 1300 => Engine\Kontist::class, | ||
| 1100 => Engine\Btrl::class, |
There was a problem hiding this comment.
Kbs, Zetb and Kontist should not be deleted.
| $this->assertEquals('15-12-2016', $transactions[1]->getValueTimestamp('d-m-Y')); | ||
| $this->assertEquals('15-12-2016', $transactions[1]->getEntryTimestamp('d-m-Y')); | ||
| } | ||
|
|
There was a problem hiding this comment.
test methods should not be deleted.
| $lastTransaction = end($transactions); | ||
| $this->assertEquals('02-01-2020', $lastTransaction->getEntryTimestamp('d-m-Y')); | ||
| } | ||
|
|
There was a problem hiding this comment.
test methods should not be deleted.
| $lastTransaction = end($transactions); | ||
| $this->assertEquals('24-05-2019', $lastTransaction->getEntryTimestamp('d-m-Y')); | ||
| } | ||
|
|
There was a problem hiding this comment.
test methods should not be deleted.
| $lastTransaction = end($transactions); | ||
| $this->assertEquals('2010-07-21', $lastTransaction->getEntryTimestamp('Y-m-d')); | ||
| } | ||
|
|
There was a problem hiding this comment.
test methods should not be deleted.
| $price_f = $statements[0]->getEndPrice(); | ||
| $this->assertSame(13057.49 , $price_f); | ||
| } | ||
|
|
There was a problem hiding this comment.
test methods should not be deleted.
| $lastTransaction = end($transactions); | ||
| $this->assertEquals('30-09-2020', $lastTransaction->getEntryTimestamp('d-m-Y')); | ||
| } | ||
|
|
There was a problem hiding this comment.
test methods should not be deleted.
| $statements = $this->engine->parse(); | ||
| $this->assertSame('PmtInfId-20151208-987', $statements[0]->getTransactions()[1]->getDescription()); | ||
| } | ||
|
|
There was a problem hiding this comment.
test methods should not be deleted.
| $this->assertEquals('18-02-2010', $last->getStartTimestamp('d-m-Y')); | ||
| $this->assertEquals('18-02-2010', $last->getEndTimestamp('d-m-Y')); | ||
| } | ||
|
|
There was a problem hiding this comment.
test methods should not be deleted.
|
Seems that this might need a rebase on the latest @avramflorin might that resolve the various issues? |
add new Engine for BT Banca Transilvania