This website works better with JavaScript
Home
Explore
Help
Register
Sign In
iapt-platform
/
mint
mirror of
https://github.com/iapt-platform/mint.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
31cdd56137
Branches
Tags
agile-deprecated
dependabot/maven/dashboard-v4/demos/java/io.grpc-grpc-netty-shaded-1.75.0
dependabot/maven/dashboard-v4/demos/java/io.minio-minio-8.6.0
development
go-deprecated
laravel-deprecated
master
ror-deprecated
staging-deprecated
v20220509-deprecated
mint
/
api-v13
/
tests
/
Unit
/
ExampleTest.php
ExampleTest.php
80 B
History
Raw
1
2
3
4
5
<?php
test('that true is true', function () {
expect(true)->toBeTrue();
});