Update Laravel Sail
This commit is contained in:
parent
1d2d1abf0f
commit
a8b3dffddb
6 changed files with 11 additions and 6 deletions
|
@ -22,6 +22,7 @@ class Kernel extends ConsoleKernel
|
||||||
*
|
*
|
||||||
* @param \Illuminate\Console\Scheduling\Schedule $schedule
|
* @param \Illuminate\Console\Scheduling\Schedule $schedule
|
||||||
* @return void
|
* @return void
|
||||||
|
*
|
||||||
* @codeCoverageIgnore
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
protected function schedule(Schedule $schedule)
|
protected function schedule(Schedule $schedule)
|
||||||
|
|
|
@ -82,6 +82,7 @@ class BookmarkService extends Service
|
||||||
* @return string The uuid for the screenshot
|
* @return string The uuid for the screenshot
|
||||||
*
|
*
|
||||||
* @throws CouldNotTakeBrowsershot
|
* @throws CouldNotTakeBrowsershot
|
||||||
|
*
|
||||||
* @codeCoverageIgnore
|
* @codeCoverageIgnore
|
||||||
*/
|
*/
|
||||||
public function saveScreenshot(string $url): string
|
public function saveScreenshot(string $url): string
|
||||||
|
|
12
composer.lock
generated
12
composer.lock
generated
|
@ -9094,16 +9094,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/pint",
|
"name": "laravel/pint",
|
||||||
"version": "v1.2.1",
|
"version": "v1.3.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/pint.git",
|
"url": "https://github.com/laravel/pint.git",
|
||||||
"reference": "e60e2112ee779ce60f253695b273d1646a17d6f1"
|
"reference": "6a2c0927b4f6ad4eadb5a67fe3835fdad108949d"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/pint/zipball/e60e2112ee779ce60f253695b273d1646a17d6f1",
|
"url": "https://api.github.com/repos/laravel/pint/zipball/6a2c0927b4f6ad4eadb5a67fe3835fdad108949d",
|
||||||
"reference": "e60e2112ee779ce60f253695b273d1646a17d6f1",
|
"reference": "6a2c0927b4f6ad4eadb5a67fe3835fdad108949d",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -9114,7 +9114,7 @@
|
||||||
"php": "^8.0"
|
"php": "^8.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"friendsofphp/php-cs-fixer": "^3.11.0",
|
"friendsofphp/php-cs-fixer": "~3.13.1",
|
||||||
"illuminate/view": "^9.32.0",
|
"illuminate/view": "^9.32.0",
|
||||||
"laravel-zero/framework": "^9.2.0",
|
"laravel-zero/framework": "^9.2.0",
|
||||||
"mockery/mockery": "^1.5.1",
|
"mockery/mockery": "^1.5.1",
|
||||||
|
@ -9156,7 +9156,7 @@
|
||||||
"issues": "https://github.com/laravel/pint/issues",
|
"issues": "https://github.com/laravel/pint/issues",
|
||||||
"source": "https://github.com/laravel/pint"
|
"source": "https://github.com/laravel/pint"
|
||||||
},
|
},
|
||||||
"time": "2022-11-29T16:25:20+00:00"
|
"time": "2022-12-20T17:16:15+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/sail",
|
"name": "laravel/sail",
|
||||||
|
|
|
@ -16,6 +16,7 @@ class BookmarksTest extends TestCase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @test
|
* @test
|
||||||
|
*
|
||||||
* @group puppeteer
|
* @group puppeteer
|
||||||
*
|
*
|
||||||
public function takeScreenshotOfDuckDuckGo()
|
public function takeScreenshotOfDuckDuckGo()
|
||||||
|
|
|
@ -17,6 +17,7 @@ class HelpersTest extends TestCase
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @test
|
* @test
|
||||||
|
*
|
||||||
* @dataProvider urlProvider
|
* @dataProvider urlProvider
|
||||||
*
|
*
|
||||||
* @param string $input
|
* @param string $input
|
||||||
|
|
|
@ -34,6 +34,7 @@ class TagsTest extends TestCase
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @test
|
* @test
|
||||||
|
*
|
||||||
* @dataProvider tagsProvider
|
* @dataProvider tagsProvider
|
||||||
*
|
*
|
||||||
* @param string $input
|
* @param string $input
|
||||||
|
|
Loading…
Add table
Reference in a new issue