log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
packages
>
auth
annotate stubs/default/pest-tests/Unit/ExampleTest.php @ 0:
90e38de8f2ba
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Initial Commit
author
luka
date
Wed, 13 Aug 2025 22:17:20 -0400
parents
children
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
0
90e38de8f2ba
Initial Commit
luka
parents:
diff
changeset
1
<?php
90e38de8f2ba
Initial Commit
luka
parents:
diff
changeset
2
90e38de8f2ba
Initial Commit
luka
parents:
diff
changeset
3
test('that true is true', function () {
90e38de8f2ba
Initial Commit
luka
parents:
diff
changeset
4
expect(true)->toBeTrue();
90e38de8f2ba
Initial Commit
luka
parents:
diff
changeset
5
});