This website requires JavaScript.
Explore
Help
Register
Sign In
Shiloh
/
lasthourcloud
Watch
1
Star
1
Fork
0
You've already forked lasthourcloud
Code
Issues
Pull Requests
Packages
Projects
Releases
4
Wiki
Activity
a852a15dab
lasthourcloud
/
tests
/
Unit
/
ExampleTest.php
6 lines
81 B
PHP
Raw
Normal View
History
Unescape
Escape
init of v4 🌮
2023-03-17 14:33:48 +00:00
<
?
php
Converts unit test to Pest. Outlines GH Action
2023-03-20 21:24:53 +00:00
test
(
'that true is true'
,
function
()
{
expect
(
true
)
->
toBeTrue
();
});
Reference in New Issue
Copy Permalink