installer/stubs/pest/Unit.php

6 lines
81 B
PHP

<?php
test('that true is true', function () {
expect(true)->toBeTrue();
});