30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-05-28 12:10:47 +00:00

More intuitive names for traits

This commit is contained in:
wilsonge 2019-08-13 20:58:00 +01:00
parent 45062c9340
commit 5aa2f2fde6
No known key found for this signature in database
GPG Key ID: EF81319318FC9D04

View File

@ -12,7 +12,8 @@
* @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;
require_once 'vendor/autoload.php';
@ -32,8 +33,8 @@ if (!defined('JPATH_BASE'))
class RoboFile extends Tasks
{
// Load tasks from composer, see composer.json
use loadTasks;
use Joomla\Jorobo\Tasks\loadTasks;
use loadTestingTasks;
use loadReleaseTasks;
/**
* File extension for executables