mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-26 13:58:26 +00:00
More intuitive names for traits
This commit is contained in:
parent
45062c9340
commit
5aa2f2fde6
@ -12,7 +12,8 @@
|
|||||||
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use Joomla\Testing\Robo\Tasks\loadTasks;
|
use Joomla\Jorobo\Tasks\loadTasks as loadReleaseTasks;
|
||||||
|
use Joomla\Testing\Robo\Tasks\loadTasks as loadTestingTasks;
|
||||||
use Robo\Tasks;
|
use Robo\Tasks;
|
||||||
|
|
||||||
require_once 'vendor/autoload.php';
|
require_once 'vendor/autoload.php';
|
||||||
@ -32,8 +33,8 @@ if (!defined('JPATH_BASE'))
|
|||||||
class RoboFile extends Tasks
|
class RoboFile extends Tasks
|
||||||
{
|
{
|
||||||
// Load tasks from composer, see composer.json
|
// Load tasks from composer, see composer.json
|
||||||
use loadTasks;
|
use loadTestingTasks;
|
||||||
use Joomla\Jorobo\Tasks\loadTasks;
|
use loadReleaseTasks;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* File extension for executables
|
* File extension for executables
|
||||||
|
Loading…
x
Reference in New Issue
Block a user