This website requires JavaScript.
Explore
Help
Sign In
Leaf
/
amber-laravel
Watch
5
Star
0
Fork
0
You've already forked amber-laravel
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
01ca320e06
amber-laravel
/
tests
/
Unit
/
ExampleTest.php
6 lines
81 B
PHP
Raw
Normal View
History
Unescape
Escape
Set up a fresh Laravel app
2024-07-23 06:19:59 +00:00
<
?
php
Install Pest
2024-07-23 06:21:11 +00:00
test
(
'that true is true'
,
function
()
{
expect
(
true
)
->
toBeTrue
();
});
Reference in New Issue
Copy Permalink