This website requires JavaScript.
Explore
Help
Sign In
Tooloop
/
Caramel-CRM-Backup
Archived
Watch
2
Star
0
Fork
0
Code
Issues
40
Pull Requests
Projects
3
Releases
Wiki
Activity
This repository has been archived on
2025-12-04
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
b55f20727d3467f999ad2efa17dacdc30d626b8a
Caramel-CRM-Backup
/
tests
/
Unit
/
ExampleTest.php
T
5 lines
80 B
PHP
Raw
Normal View
History
Unescape
Escape
Add initial Code
2025-10-20 08:57:51 +02:00
<?
php
test
(
'that true is true'
,
function
()
{
expect
(
true
)
->
toBeTrue
();
});
Reference in New Issue
Copy Permalink