exists('StateBalances') ? [] : ['className' => StateBalancesTable::class]; $this->StateBalancesTable = TableRegistry::getTableLocator()->get('StateBalances', $config); } /** * tearDown method * * @return void */ public function tearDown() { unset($this->StateBalancesTable); parent::tearDown(); } /** * Test initialize method * * @return void */ public function testInitialize() { $this->markTestIncomplete('Not implemented yet.'); } /** * Test validationDefault method * * @return void */ public function testValidationDefault() { $this->markTestIncomplete('Not implemented yet.'); } /** * Test buildRules method * * @return void */ public function testBuildRules() { $this->markTestIncomplete('Not implemented yet.'); } /** * Test sortTransactions method * * @return void */ public function testSortTransactions() { $this->markTestIncomplete('Not implemented yet.'); } /** * Test updateLastStateBalanceOfMonth method * * @return void */ public function testUpdateLastStateBalanceOfMonth() { $this->markTestIncomplete('Not implemented yet.'); } /** * Test chooseForMonthAndUser method * * @return void */ public function testChooseForMonthAndUser() { $this->markTestIncomplete('Not implemented yet.'); } /** * Test updateBalanceWithTransaction method * * @return void */ public function testUpdateBalanceWithTransaction() { $this->markTestIncomplete('Not implemented yet.'); } /* * calculate balance at end of month * work only if state balance at begin of month exist * use transaction_send_coins and transaction_creations */ //public function updateLastStateBalanceOfMonth($month, $year, $state_user_id) public function testUpdateLastStateBalanceOfMonth() { } }