mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-11-10 15:20:57 +00:00
[tests] Update menu item creation
This pull updates JoomlaBrowser https://github.com/joomla-projects/joomla-browser/pull/66 to avoid false positives
This commit is contained in:
parent
e308a08642
commit
32df1efcb2
41
composer.lock
generated
41
composer.lock
generated
@ -5,27 +5,28 @@
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "a92f2be1ccb2397e6cc71bcb0287cff5",
|
||||
"content-hash": "48d3e6cb6a82e49be6cf95b54abd5364",
|
||||
"packages": [],
|
||||
"packages-dev": [
|
||||
{
|
||||
"name": "codeception/codeception",
|
||||
"version": "2.1.2",
|
||||
"version": "2.1.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Codeception/Codeception.git",
|
||||
"reference": "521adbb2ee34e9debdd8508a2c41ab2b5c2f042b"
|
||||
"reference": "cd810cb78a869408602e17271f9b7368b09a7ca8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/521adbb2ee34e9debdd8508a2c41ab2b5c2f042b",
|
||||
"reference": "521adbb2ee34e9debdd8508a2c41ab2b5c2f042b",
|
||||
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/cd810cb78a869408602e17271f9b7368b09a7ca8",
|
||||
"reference": "cd810cb78a869408602e17271f9b7368b09a7ca8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"facebook/webdriver": ">=1.0.1",
|
||||
"guzzlehttp/guzzle": ">=4.0|<7.0",
|
||||
"guzzlehttp/guzzle": ">=4.1.4 <7.0",
|
||||
"guzzlehttp/psr7": "~1.0",
|
||||
"php": ">=5.4.0",
|
||||
"phpunit/phpunit": "~4.8.0",
|
||||
@ -85,7 +86,7 @@
|
||||
"functional testing",
|
||||
"unit testing"
|
||||
],
|
||||
"time": "2015-08-09 13:48:55"
|
||||
"time": "2015-10-02 09:38:59"
|
||||
},
|
||||
{
|
||||
"name": "codegyre/robo",
|
||||
@ -525,12 +526,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/joomla-projects/joomla-browser.git",
|
||||
"reference": "650962ebb7fb2ff25b09b71a71147e28bb8939f9"
|
||||
"reference": "3cfe403c0866ea8ec74e985cd6f6b9710f4f37fa"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/joomla-projects/joomla-browser/zipball/650962ebb7fb2ff25b09b71a71147e28bb8939f9",
|
||||
"reference": "650962ebb7fb2ff25b09b71a71147e28bb8939f9",
|
||||
"url": "https://api.github.com/repos/joomla-projects/joomla-browser/zipball/3cfe403c0866ea8ec74e985cd6f6b9710f4f37fa",
|
||||
"reference": "3cfe403c0866ea8ec74e985cd6f6b9710f4f37fa",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -568,7 +569,7 @@
|
||||
"acceptance testing",
|
||||
"joomla"
|
||||
],
|
||||
"time": "2015-09-28 14:59:15"
|
||||
"time": "2015-10-07 10:06:16"
|
||||
},
|
||||
{
|
||||
"name": "joomla-projects/robo",
|
||||
@ -998,16 +999,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit",
|
||||
"version": "4.8.9",
|
||||
"version": "4.8.10",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||
"reference": "73fad41adb5b7bc3a494bb930d90648df1d5e74b"
|
||||
"reference": "463163747474815c5ccd4ae12b5b355ec12158e8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/73fad41adb5b7bc3a494bb930d90648df1d5e74b",
|
||||
"reference": "73fad41adb5b7bc3a494bb930d90648df1d5e74b",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/463163747474815c5ccd4ae12b5b355ec12158e8",
|
||||
"reference": "463163747474815c5ccd4ae12b5b355ec12158e8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1066,20 +1067,20 @@
|
||||
"testing",
|
||||
"xunit"
|
||||
],
|
||||
"time": "2015-09-20 12:56:44"
|
||||
"time": "2015-10-01 09:14:30"
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit-mock-objects",
|
||||
"version": "2.3.7",
|
||||
"version": "2.3.8",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
||||
"reference": "5e2645ad49d196e020b85598d7c97e482725786a"
|
||||
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5e2645ad49d196e020b85598d7c97e482725786a",
|
||||
"reference": "5e2645ad49d196e020b85598d7c97e482725786a",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
|
||||
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1122,7 +1123,7 @@
|
||||
"mock",
|
||||
"xunit"
|
||||
],
|
||||
"time": "2015-08-19 09:14:08"
|
||||
"time": "2015-10-02 06:51:40"
|
||||
},
|
||||
{
|
||||
"name": "psr/http-message",
|
||||
|
Loading…
Reference in New Issue
Block a user