30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-09 09:42:24 +00:00

Adding Description to the doc block

This commit is contained in:
puneet0191 2015-10-31 15:08:02 +05:30
parent 4b886d4a49
commit 04ca5ef7f6

View File

@ -26,9 +26,9 @@ class AcceptanceHelper extends \Codeception\Module
/**
* Function to Verify the Tabs on a Joomla! screen
*
* @param $actualTabs
* @param $expectedTabs
* @param $pageName
* @param Array $actualTabs Actual Tabs on the Page
* @param Array $expectedTabs Expected Tabs on the Page
* @param String $pageName Name of the View
*
* @return void
*/