mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Finally implemented repeated expenses properly. [skip ci]
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Class PreferencesControllerCest
|
||||
*/
|
||||
class PreferencesControllerCest
|
||||
{
|
||||
/**
|
||||
|
23
tests/functional/RepeatedExpenseCest.php
Normal file
23
tests/functional/RepeatedExpenseCest.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Class RepeatedExpenseCest
|
||||
*/
|
||||
class RepeatedExpenseCest {
|
||||
/**
|
||||
* @param FunctionalTester $I
|
||||
*/
|
||||
public function _after(FunctionalTester $I)
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* @param FunctionalTester $I
|
||||
*/
|
||||
public function _before(FunctionalTester $I)
|
||||
{
|
||||
$I->amLoggedAs(['email' => 'thegrumpydictator@gmail.com', 'password' => 'james']);
|
||||
}
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user