mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 18:44:28 -04:00
Transaction expense resolution
This commit is contained in:
parent
d93efb434d
commit
84b37d7e94
@ -49,10 +49,10 @@ class YodleeApiTest extends TestCase
|
|||||||
|
|
||||||
$x = $t->firstWhere('highLevelCategoryId', 10000003);
|
$x = $t->firstWhere('highLevelCategoryId', 10000003);
|
||||||
|
|
||||||
var_dump($x);
|
|
||||||
|
|
||||||
$this->assertNotNull($x);
|
$this->assertNotNull($x);
|
||||||
|
|
||||||
|
$this->assertEquals('Automotive Expenses', $x->highLevelCategoryName);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testFunctionalMatching()
|
public function testFunctionalMatching()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user