installer/stubs/pest/Unit.php

6 lines
81 B
PHP
Raw Normal View History

2024-08-19 08:12:27 +00:00
<?php
test('that true is true', function () {
expect(true)->toBeTrue();
});