Transaction expense resolution
This commit is contained in:
parent
d93efb434d
commit
84b37d7e94
1 changed files with 2 additions and 2 deletions
|
|
@ -49,10 +49,10 @@ class YodleeApiTest extends TestCase
|
|||
|
||||
$x = $t->firstWhere('highLevelCategoryId', 10000003);
|
||||
|
||||
var_dump($x);
|
||||
|
||||
$this->assertNotNull($x);
|
||||
|
||||
$this->assertEquals('Automotive Expenses', $x->highLevelCategoryName);
|
||||
|
||||
}
|
||||
|
||||
public function testFunctionalMatching()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue