Replies: 2 comments
-
I've managed to sort this except for one test-the registration test. I'm getting this error message: ' The following exception occurred during the last request: Symfony\Component\Mime\Exception\RfcComplianceException: Email "" does not comply with addr-spec of RFC 2822. in C:\xampp\htdocs\smartwealth\vendor\symfony\mime\Address.php:54' The email portion of the registration data is 'email' => '[email protected]'. How do I resolve this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to work my way to the point where I test regularly by first understanding the testing setup built into Laravel before dipping my toes into writing my own tests. But I'm tripping at the very first step.
I ran 'php artisan test' to test what comes with the framework but 24 of the 31 tests failed, 6 passed and 1 was skipped.


Surprisingly, I can use the features for which the tests failed-the home page, login and registration (and others) pages/features are all working.
I can't think of what the problem could be except that maybe my use of Inertia (which hijacks the navigation between pages).
What do I need to do to properly setup testing in a Laravel/Vue/Inertia project?
Beta Was this translation helpful? Give feedback.
All reactions