Skip to content

Commit

Permalink
Update Laravel snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
PROFeNoM committed Jan 27, 2025
1 parent d11bc8a commit 52fb7c0
Show file tree
Hide file tree
Showing 7 changed files with 124 additions and 221 deletions.
64 changes: 64 additions & 0 deletions tests/Frameworks/Laravel/Latest/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
APP_NAME=Laravel
APP_ENV=local
APP_KEY=base64:OARTdfHIE+aUfC5yw2beipDNbqRXqjX+CyqPtpjZka8=
APP_DEBUG=true
APP_TIMEZONE=UTC
APP_URL=http://localhost

APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US

APP_MAINTENANCE_DRIVER=file
APP_MAINTENANCE_STORE=file

BCRYPT_ROUNDS=12

LOG_CHANNEL=stack
LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=

SESSION_DRIVER=file
SESSION_LIFETIME=120
SESSION_ENCRYPT=false
SESSION_PATH=/
SESSION_DOMAIN=null

BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local
QUEUE_CONNECTION=sync

CACHE_STORE=file
CACHE_PREFIX=

MEMCACHED_HOST=127.0.0.1

REDIS_CLIENT=phpredis
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_MAILER=log
MAIL_HOST=127.0.0.1
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME="${APP_NAME}"

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false

VITE_APP_NAME="${APP_NAME}"
1 change: 0 additions & 1 deletion tests/Frameworks/Laravel/Latest/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
/public/storage
/storage/*.key
/vendor
.env
.env.backup
.env.production
.phpunit.result.cache
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"resource": "GET /dynamic_route/dynamic01/static/dynamic02",
"trace_id": 0,
"span_id": 1,
"parent_id": 13199520079029886173,
"parent_id": 4296681325690798712,
"type": "web",
"meta": {
"_dd.p.dm": "-0",
"_dd.p.tid": "678e25b700000000",
"_dd.p.tid": "67973cae00000000",
"component": "laravel",
"http.method": "GET",
"http.status_code": "404",
"http.url": "http://localhost/dynamic_route/dynamic01/static/dynamic02",
"runtime-id": "8ba8ccd7-b81f-4bdf-adbd-e880b8bc039a"
"runtime-id": "19a12c46-a841-41eb-9a2f-013107929bdc"
},
"metrics": {
"_sampling_priority_v1": 1.0
Expand Down Expand Up @@ -188,24 +188,12 @@
"component": "laravel"
}
},
{
"name": "laravel.event.handle",
"service": "my_service",
"resource": "Illuminate\\Database\\Events\\ConnectionEstablished",
"trace_id": 0,
"span_id": 16,
"parent_id": 1,
"type": "web",
"meta": {
"component": "laravel"
}
},
{
"name": "laravel.view.render",
"service": "my_service",
"resource": "errors::404",
"trace_id": 0,
"span_id": 17,
"span_id": 16,
"parent_id": 1,
"type": "web",
"meta": {
Expand All @@ -217,8 +205,8 @@
"service": "my_service",
"resource": "/home/circleci/app/tests/Frameworks/Laravel/Latest/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/views/404.blade.php",
"trace_id": 0,
"span_id": 20,
"parent_id": 17,
"span_id": 19,
"parent_id": 16,
"type": "web",
"meta": {
"component": "laravel"
Expand All @@ -229,7 +217,7 @@
"service": "my_service",
"resource": "Illuminate\\Foundation\\Http\\Events\\RequestHandled",
"trace_id": 0,
"span_id": 18,
"span_id": 17,
"parent_id": 1,
"type": "web",
"meta": {
Expand All @@ -241,7 +229,7 @@
"service": "my_service",
"resource": "Illuminate\\Foundation\\Events\\Terminating",
"trace_id": 0,
"span_id": 19,
"span_id": 18,
"parent_id": 1,
"type": "web",
"meta": {
Expand Down
Loading

0 comments on commit 52fb7c0

Please sign in to comment.