This website requires JavaScript.
Explore
Help
Register
Sign In
cbazza
/
AFC-Demo
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a36d2b4cc4d2d41b0bac63cd035389cefed55f0b
AFC-Demo
/
tests
/
Unit
/
ExampleTest.php
T
6 lines
81 B
PHP
Raw
Normal View
History
Unescape
Escape
Set up a fresh Laravel app
2025-10-16 14:22:46 +02:00
<?
php
Install Pest
2025-10-16 14:22:58 +02:00
test
(
'that true is true'
,
function
()
{
expect
(
true
)
->
toBeTrue
();
pint/lint
2025-10-20 22:10:08 +02:00
});
Reference in New Issue
Copy Permalink