Update Laravel Sail

This commit is contained in:
Jonny Barnes 2022-12-23 10:30:42 +00:00
parent 1d2d1abf0f
commit a8b3dffddb
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
6 changed files with 11 additions and 6 deletions

View file

@ -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)

View file

@ -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
View file

@ -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",

View file

@ -16,6 +16,7 @@ class BookmarksTest extends TestCase
{ {
/** /**
* @test * @test
*
* @group puppeteer * @group puppeteer
* *
public function takeScreenshotOfDuckDuckGo() public function takeScreenshotOfDuckDuckGo()

View file

@ -17,6 +17,7 @@ class HelpersTest extends TestCase
/** /**
* @test * @test
*
* @dataProvider urlProvider * @dataProvider urlProvider
* *
* @param string $input * @param string $input

View file

@ -34,6 +34,7 @@ class TagsTest extends TestCase
/** /**
* @test * @test
*
* @dataProvider tagsProvider * @dataProvider tagsProvider
* *
* @param string $input * @param string $input