mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-26 01:57:30 +00:00
[tests] rename jbuild to jorobo
This commit is contained in:
parent
3214782cf1
commit
74ce09dda3
2
.gitignore
vendored
2
.gitignore
vendored
@ -60,5 +60,5 @@ tests/cache
|
|||||||
|
|
||||||
# Package building related
|
# Package building related
|
||||||
/dist
|
/dist
|
||||||
jbuild.ini
|
jorobo.ini
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ before_script:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
# Build
|
# Build
|
||||||
- mv jbuild.dist.ini jbuild.ini
|
- mv jorobo.dist.ini jorobo.ini
|
||||||
- vendor/bin/robo build
|
- vendor/bin/robo build
|
||||||
- mv tests/acceptance.suite.dist.yml tests/acceptance.suite.yml
|
- mv tests/acceptance.suite.dist.yml tests/acceptance.suite.yml
|
||||||
- vendor/bin/robo run:tests --use-htaccess
|
- vendor/bin/robo run:tests --use-htaccess
|
||||||
|
@ -484,9 +484,9 @@ class RoboFile extends \Robo\Tasks
|
|||||||
*/
|
*/
|
||||||
public function build($params = ['dev' => false])
|
public function build($params = ['dev' => false])
|
||||||
{
|
{
|
||||||
if (!file_exists('jbuild.ini'))
|
if (!file_exists('jorobo.ini'))
|
||||||
{
|
{
|
||||||
$this->_copy('jbuild.dist.ini', 'jbuild.ini');
|
$this->_copy('jorobo.dist.ini', 'jorobo.ini');
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->taskBuild($params)->run();
|
$this->taskBuild($params)->run();
|
||||||
|
@ -12,6 +12,6 @@
|
|||||||
"joomla-projects/robo": "dev-master",
|
"joomla-projects/robo": "dev-master",
|
||||||
"joomla-projects/selenium-server-standalone": "v2.47.1",
|
"joomla-projects/selenium-server-standalone": "v2.47.1",
|
||||||
"fzaninotto/faker": "^1.5",
|
"fzaninotto/faker": "^1.5",
|
||||||
"joomla-projects/jorobo": "dev-master"
|
"joomla-projects/jorobo": "0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
9
composer.lock
generated
9
composer.lock
generated
@ -4,8 +4,8 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"hash": "a8a7b0841ddc3e3a0bd3342685dec2c7",
|
"hash": "1e02f52490bd8e653a61756e42ffdf13",
|
||||||
"content-hash": "6960f421ca42c77ad244335fb8fb3ee3",
|
"content-hash": "485d45ee16fd095375863f13246c60d3",
|
||||||
"packages": [],
|
"packages": [],
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
{
|
{
|
||||||
@ -705,7 +705,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "joomla-projects/jorobo",
|
"name": "joomla-projects/jorobo",
|
||||||
"version": "dev-master",
|
"version": "0.2.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/joomla-projects/jorobo.git",
|
"url": "https://github.com/joomla-projects/jorobo.git",
|
||||||
@ -3222,8 +3222,7 @@
|
|||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": {
|
"stability-flags": {
|
||||||
"joomla-projects/joomla-browser": 20,
|
"joomla-projects/joomla-browser": 20,
|
||||||
"joomla-projects/robo": 20,
|
"joomla-projects/robo": 20
|
||||||
"joomla-projects/jorobo": 20
|
|
||||||
},
|
},
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user