-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why PHPUnit error ? #22
Comments
have you done |
When I run this piece of code, it displays message:
but test function testGetAllUsers() error:
I change OAuthTest.php
The same error occurs, but change
run PHPUnit is OK. Other, i run code
|
I can't figure out how to run the tests. I followed the YouTube video but it's not clear how you got the test to run. You did a bunch of things very quickly which I can't follow. When I click on the Run button it tries to open the test file in a browser window. |
I did run
... and ...
|
So here's a very specific example of one problem with the phpunit tests. If you disable all the tests except for the Feature tests (by commenting out other testsuite nodes phpunit.xml), then run I've also tried Any ideas how to fix this error? |
Hi, this is a nice package but I think that the developers have stopped working on it. Maybe you can try this package: https://github.com/Muhammadinaam/speed-admin. It supports Laravel 8+. |
error message:
Which should I use access token ?
is .env file's APP_KEY ? or API_TEST_CLIENT_SECRET ?
or OAuthTest.php client_secret ?
The following is my information:
.env
APP_KEY=base64:vJhhQ0/1054RxN84fm5nNDE3nsuN5QSva9aWrLwXcc8=
API_TEST_CLIENT_SECRET=4rZFdBwG698O7t6F84dKRmWglTdEx7hhin15uM2u
OAuthTest.php
'client_secret' => 'GHhWZFvak0iEJ5yh43hP8VVquuZJTp3fPgVIm6mF',
The text was updated successfully, but these errors were encountered: