Modified:
trunk/tests/PHPSaves/Parser/SwedbankTest.php
Log:
Skipped test defunct due to removed test data
Modified: trunk/tests/PHPSaves/Parser/SwedbankTest.php
==============================================================================
--- trunk/tests/PHPSaves/Parser/SwedbankTest.php (original)
+++ trunk/tests/PHPSaves/Parser/SwedbankTest.php Fri Aug 22 08:36:17 2008
@@ -57,6 +57,7 @@
public function testParseLastTransactionFromBigFile()
{
+ $this->markTestSkipped("Test skipped due to the sensitivity of the test
data");
$transactions =
$this->swedbank->parse(file_get_contents(dirname(__FILE__) . '/_files/allTransactions.html.dump'));
$transaction = end($transactions);