mirror of
https://github.com/twinpath/app.git
synced 2026-01-26 05:15:28 +07:00
6 lines
81 B
PHP
6 lines
81 B
PHP
<?php
|
|
|
|
test('that true is true', function () {
|
|
expect(true)->toBeTrue();
|
|
});
|