Skip to content

Commit

Permalink
Merge pull request #55 from irsyadadl/laravel-11.x
Browse files Browse the repository at this point in the history
Make the latest update.
  • Loading branch information
irsyadadl authored Mar 26, 2024
2 parents 43e2aae + db3b2c8 commit 588bdf9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Laravel

on:
push:
branches: ['master']
branches: ['laravel-11.x']
pull_request:
branches: ['master']
branches: ['laravel-11.x']

jobs:
laravel-tests:
Expand Down
2 changes: 1 addition & 1 deletion .phpunit.cache/test-results
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"pest_2.34.5","defects":[],"times":{"P\\Tests\\Unit\\ExampleTest::__pest_evaluable_that_true_is_true":0.005,"P\\Tests\\Feature\\Auth\\AuthenticationTest::__pest_evaluable_login_screen_can_be_rendered":0.035,"P\\Tests\\Feature\\Auth\\AuthenticationTest::__pest_evaluable_users_can_authenticate_using_the_login_screen":0.104,"P\\Tests\\Feature\\Auth\\AuthenticationTest::__pest_evaluable_users_can_not_authenticate_with_invalid_password":0.207,"P\\Tests\\Feature\\Auth\\EmailVerificationTest::__pest_evaluable_email_verification_screen_can_be_rendered":0.006,"P\\Tests\\Feature\\Auth\\EmailVerificationTest::__pest_evaluable_email_can_be_verified":0.006,"P\\Tests\\Feature\\Auth\\EmailVerificationTest::__pest_evaluable_email_is_not_verified_with_invalid_hash":0.004,"P\\Tests\\Feature\\Auth\\PasswordConfirmationTest::__pest_evaluable_confirm_password_screen_can_be_rendered":0.002,"P\\Tests\\Feature\\Auth\\PasswordConfirmationTest::__pest_evaluable_password_can_be_confirmed":0.064,"P\\Tests\\Feature\\Auth\\PasswordConfirmationTest::__pest_evaluable_password_is_not_confirmed_with_invalid_password":0.208,"P\\Tests\\Feature\\Auth\\PasswordResetTest::__pest_evaluable_reset_password_link_screen_can_be_rendered":0.003,"P\\Tests\\Feature\\Auth\\PasswordResetTest::__pest_evaluable_reset_password_link_can_be_requested":0.015,"P\\Tests\\Feature\\Auth\\PasswordResetTest::__pest_evaluable_reset_password_screen_can_be_rendered":0.005,"P\\Tests\\Feature\\Auth\\PasswordResetTest::__pest_evaluable_password_can_be_reset_with_valid_token":0.01,"P\\Tests\\Feature\\Auth\\PasswordUpdateTest::__pest_evaluable_password_can_be_updated":0.066,"P\\Tests\\Feature\\Auth\\PasswordUpdateTest::__pest_evaluable_correct_password_must_be_provided_to_update_password":0.063,"P\\Tests\\Feature\\Auth\\RegistrationTest::__pest_evaluable_registration_screen_can_be_rendered":0.001,"P\\Tests\\Feature\\Auth\\RegistrationTest::__pest_evaluable_new_users_can_register":0.05,"P\\Tests\\Feature\\ExampleTest::__pest_evaluable_it_returns_a_successful_response":0.001,"P\\Tests\\Feature\\ProfileTest::__pest_evaluable_profile_page_is_displayed":0.002,"P\\Tests\\Feature\\ProfileTest::__pest_evaluable_profile_information_can_be_updated":0.003,"P\\Tests\\Feature\\ProfileTest::__pest_evaluable_email_verification_status_is_unchanged_when_the_email_address_is_unchanged":0.003,"P\\Tests\\Feature\\ProfileTest::__pest_evaluable_user_can_delete_their_account":0.063,"P\\Tests\\Feature\\ProfileTest::__pest_evaluable_correct_password_must_be_provided_to_delete_account":0.062}}
{"version":"pest_2.34.5","defects":[],"times":{"P\\Tests\\Unit\\ExampleTest::__pest_evaluable_that_true_is_true":0.007,"P\\Tests\\Feature\\Auth\\AuthenticationTest::__pest_evaluable_login_screen_can_be_rendered":0.049,"P\\Tests\\Feature\\Auth\\AuthenticationTest::__pest_evaluable_users_can_authenticate_using_the_login_screen":0.09,"P\\Tests\\Feature\\Auth\\AuthenticationTest::__pest_evaluable_users_can_not_authenticate_with_invalid_password":0.21,"P\\Tests\\Feature\\Auth\\EmailVerificationTest::__pest_evaluable_email_verification_screen_can_be_rendered":0.007,"P\\Tests\\Feature\\Auth\\EmailVerificationTest::__pest_evaluable_email_can_be_verified":0.005,"P\\Tests\\Feature\\Auth\\EmailVerificationTest::__pest_evaluable_email_is_not_verified_with_invalid_hash":0.004,"P\\Tests\\Feature\\Auth\\PasswordConfirmationTest::__pest_evaluable_confirm_password_screen_can_be_rendered":0.023,"P\\Tests\\Feature\\Auth\\PasswordConfirmationTest::__pest_evaluable_password_can_be_confirmed":0.062,"P\\Tests\\Feature\\Auth\\PasswordConfirmationTest::__pest_evaluable_password_is_not_confirmed_with_invalid_password":0.208,"P\\Tests\\Feature\\Auth\\PasswordResetTest::__pest_evaluable_reset_password_link_screen_can_be_rendered":0.005,"P\\Tests\\Feature\\Auth\\PasswordResetTest::__pest_evaluable_reset_password_link_can_be_requested":0.014,"P\\Tests\\Feature\\Auth\\PasswordResetTest::__pest_evaluable_reset_password_screen_can_be_rendered":0.005,"P\\Tests\\Feature\\Auth\\PasswordResetTest::__pest_evaluable_password_can_be_reset_with_valid_token":0.01,"P\\Tests\\Feature\\Auth\\PasswordUpdateTest::__pest_evaluable_password_can_be_updated":0.066,"P\\Tests\\Feature\\Auth\\PasswordUpdateTest::__pest_evaluable_correct_password_must_be_provided_to_update_password":0.065,"P\\Tests\\Feature\\Auth\\RegistrationTest::__pest_evaluable_registration_screen_can_be_rendered":0.002,"P\\Tests\\Feature\\Auth\\RegistrationTest::__pest_evaluable_new_users_can_register":0.05,"P\\Tests\\Feature\\ExampleTest::__pest_evaluable_it_returns_a_successful_response":0.002,"P\\Tests\\Feature\\ProfileTest::__pest_evaluable_profile_page_is_displayed":0.003,"P\\Tests\\Feature\\ProfileTest::__pest_evaluable_profile_information_can_be_updated":0.003,"P\\Tests\\Feature\\ProfileTest::__pest_evaluable_email_verification_status_is_unchanged_when_the_email_address_is_unchanged":0.003,"P\\Tests\\Feature\\ProfileTest::__pest_evaluable_user_can_delete_their_account":0.063,"P\\Tests\\Feature\\ProfileTest::__pest_evaluable_correct_password_must_be_provided_to_delete_account":0.062}}
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion resources/js/ssr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import ReactDOMServer from 'react-dom/server';
import { createInertiaApp } from '@inertiajs/react';
import createServer from '@inertiajs/react/server';
import { resolvePageComponent } from 'laravel-vite-plugin/inertia-helpers';
import route from '../../vendor/tightenco/ziggy/dist/index.m';
import { route } from '../../vendor/tightenco/ziggy';

const appName = import.meta.env.VITE_APP_NAME || 'Laravel';

Expand Down

0 comments on commit 588bdf9

Please sign in to comment.