This website requires JavaScript.
Explore
Help
Sign In
Flycro
/
nuxt-laravel-monorepo
Watch
1
Star
0
Fork
You've already forked nuxt-laravel-monorepo
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
nuxt-laravel-monorepo
/
apps
/
backend
/
tests
/
Feature
/
ExampleTest.php
8 lines
109 B
PHP
Raw
Permalink
Blame
History
<
?
php
test
(
'example'
,
function
()
{
$response
=
$this
->
get
(
'/'
);
$response
->
assertStatus
(
200
);
});
Reference in New Issue
View Git Blame
Copy Permalink