mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Updated tests for help controller.
This commit is contained in:
@@ -49,6 +49,18 @@ class HelpControllerCest
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* @param FunctionalTester $I
|
||||
*/
|
||||
public function showHelpEmptyHelpFile(FunctionalTester $I)
|
||||
{
|
||||
$I->wantTo('show help for a route with no text.');
|
||||
$I->amOnPage('/help/transactions.doRelate');
|
||||
$I->canSeeResponseCodeIs(200);
|
||||
$I->see('There is no help for this route');
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* @param FunctionalTester $I
|
||||
*/
|
||||
@@ -60,6 +72,7 @@ class HelpControllerCest
|
||||
$I->see('There is no help for this route');
|
||||
|
||||
}
|
||||
//
|
||||
|
||||
/**
|
||||
* @param FunctionalTester $I
|
||||
|
Reference in New Issue
Block a user